Show / Hide Table of Contents

Class ComputeInstanceGroupDeployEnvironmentSummary

Specifies the Compute instance group environment.

Inheritance
object
DeployEnvironmentSummary
ComputeInstanceGroupDeployEnvironmentSummary
Inherited Members
DeployEnvironmentSummary.Id
DeployEnvironmentSummary.Description
DeployEnvironmentSummary.DisplayName
DeployEnvironmentSummary.ProjectId
DeployEnvironmentSummary.CompartmentId
DeployEnvironmentSummary.TimeCreated
DeployEnvironmentSummary.TimeUpdated
DeployEnvironmentSummary.LifecycleState
DeployEnvironmentSummary.LifecycleDetails
DeployEnvironmentSummary.FreeformTags
DeployEnvironmentSummary.DefinedTags
DeployEnvironmentSummary.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 ComputeInstanceGroupDeployEnvironmentSummary : DeployEnvironmentSummary

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