Class DeploymentOccurrence (3.0.0)

 public sealed class DeploymentOccurrence : IMessage<DeploymentOccurrence>, IEquatable<DeploymentOccurrence>, IDeepCloneable<DeploymentOccurrence>, IBufferMessage, IMessage 

The period during which some deployable was active in a runtime.

Inheritance

Object > DeploymentOccurrence

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

DeploymentOccurrence()

 public DeploymentOccurrence() 

DeploymentOccurrence(DeploymentOccurrence)

 public DeploymentOccurrence(DeploymentOccurrence other) 
Parameter
Name
Description

Properties

Address

 public string Address { get; set; } 

Address of the runtime element hosting this deployment.

Property Value
Type
Description

Config

 public string Config { get; set; } 

Configuration used to create this deployment.

Property Value
Type
Description

DeployTime

 public Timestamp DeployTime { get; set; } 

Required. Beginning of the lifetime of this deployment.

Property Value
Type
Description

Platform

 public DeploymentOccurrence.Types.Platform Platform { get; set; } 

Platform hosting this deployment.

Property Value
Type
Description

ResourceUri

 public RepeatedField<string> ResourceUri { get; } 

Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.

Property Value
Type
Description

UndeployTime

 public Timestamp UndeployTime { get; set; } 

End of the lifetime of this deployment.

Property Value
Type
Description

UserEmail

 public string UserEmail { get; set; } 

Identity of the user that triggered this deployment.

Property Value
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: