Class DeploymentOccurrence
The period during which some deployable was active in a runtime.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class DeploymentOccurrence : IDirectResponseSchema
Properties
Address
Address of the runtime element hosting this deployment.
Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }
Property Value
Type | Description |
---|---|
string |
Config
Configuration used to create this deployment.
Declaration
[JsonProperty("config")]
public virtual string Config { get; set; }
Property Value
Type | Description |
---|---|
string |
DeployTime
object representation of DeployTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DeployTimeDateTimeOffset instead.")]
public virtual object DeployTime { get; set; }
Property Value
Type | Description |
---|---|
object |
DeployTimeDateTimeOffset
DateTimeOffset representation of DeployTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DeployTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
DeployTimeRaw
Required. Beginning of the lifetime of this deployment.
Declaration
[JsonProperty("deployTime")]
public virtual string DeployTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Platform
Platform hosting this deployment.
Declaration
[JsonProperty("platform")]
public virtual string Platform { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceUri
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
Declaration
[JsonProperty("resourceUri")]
public virtual IList<string> ResourceUri { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
UndeployTime
object representation of UndeployTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UndeployTimeDateTimeOffset instead.")]
public virtual object UndeployTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UndeployTimeDateTimeOffset
DateTimeOffset representation of UndeployTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UndeployTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UndeployTimeRaw
End of the lifetime of this deployment.
Declaration
[JsonProperty("undeployTime")]
public virtual string UndeployTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
UserEmail
Identity of the user that triggered this deployment.
Declaration
[JsonProperty("userEmail")]
public virtual string UserEmail { get; set; }
Property Value
Type | Description |
---|---|
string |