Show / Hide Table of Contents

Class ComputeInstanceGroupDeployEnvironment

Specifies the Compute instance group environment. The combination of instances matching the selectors are included in the instance group.

Inheritance
object
DeployEnvironment
ComputeInstanceGroupDeployEnvironment
Inherited Members
DeployEnvironment.Id
DeployEnvironment.Description
DeployEnvironment.DisplayName
DeployEnvironment.ProjectId
DeployEnvironment.CompartmentId
DeployEnvironment.TimeCreated
DeployEnvironment.TimeUpdated
DeployEnvironment.LifecycleState
DeployEnvironment.LifecycleDetails
DeployEnvironment.FreeformTags
DeployEnvironment.DefinedTags
DeployEnvironment.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class ComputeInstanceGroupDeployEnvironment : DeployEnvironment

Properties

ComputeInstanceGroupSelectors

Declaration
[Required(ErrorMessage = "ComputeInstanceGroupSelectors is required.")]
[JsonProperty(PropertyName = "computeInstanceGroupSelectors")]
public ComputeInstanceGroupSelectorCollection ComputeInstanceGroupSelectors { get; set; }
Property Value
Type Description
ComputeInstanceGroupSelectorCollection
Remarks

Required

In this article
Back to top