Class ComputeInstanceGroupDeployEnvironment
Specifies the Compute instance group environment. The combination of instances matching the selectors are included in the instance group.
Inherited Members
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