public sealed class CloudControlGroupDeployment : IMessage<CloudControlGroupDeployment>, IEquatable<CloudControlGroupDeployment>, IDeepCloneable<CloudControlGroupDeployment>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class CloudControlGroupDeployment.
CloudControlGroupDeployment contains the cloud control group and the cloud control deployments in the group.
Implements
IMessageCloudControlGroupDeployment, IEquatableCloudControlGroupDeployment, IDeepCloneableCloudControlGroupDeployment, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
CloudControlGroupDeployment()
public CloudControlGroupDeployment()CloudControlGroupDeployment(CloudControlGroupDeployment)
public CloudControlGroupDeployment(CloudControlGroupDeployment other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudControlGroupDeployment |
Properties
CcDeploymentReferences
public RepeatedField<CloudControlDeploymentReference> CcDeploymentReferences { get; }Output only. The references to the cloud control deployments in the cloud
control group. For example, if a cloud control group has two cloud
controls, cloud-control-1 and cloud-control-2, and the cloud control
deployments for these cloud controls are cloud-control-deployment-1 and
cloud-control-deployment-2 respectively, then the
references are:
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-1"
},
cloud_control_deployment_reference: {
cloud_control_deployment:
"organizations/{organization}/locations/{location}/cloudControlDeployments/cloud-control-deployment-2"
}
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCloudControlDeploymentReference |
|
CcDeployments
[Obsolete]
public RepeatedField<CloudControlDeployment> CcDeployments { get; }Required. Cloud control deployments in the group
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCloudControlDeployment |
|
CloudControlGroup
public CloudControlGroup CloudControlGroup { get; set; }Required. Cloud control group
| Property Value | |
|---|---|
| Type | Description |
CloudControlGroup |
|