Class CreateComputeInstanceGroupDeployEnvironmentDetails
Specifies the Compute instance group environment.
Inheritance
CreateComputeInstanceGroupDeployEnvironmentDetails
  Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class CreateComputeInstanceGroupDeployEnvironmentDetails : CreateDeployEnvironmentDetailsProperties
ComputeInstanceGroupSelectors
Declaration
[Required(ErrorMessage = "ComputeInstanceGroupSelectors is required.")]
[JsonProperty(PropertyName = "computeInstanceGroupSelectors")]
public ComputeInstanceGroupSelectorCollection ComputeInstanceGroupSelectors { get; set; }Property Value
| Type | Description | 
|---|---|
| ComputeInstanceGroupSelectorCollection | 
Remarks
Required