Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ClustersResource

The "clusters" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ClustersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1beta2
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class ProjectsResource.LocationsResource.ClustersResource

Constructors

ClustersResource(IClientService)

Constructs a new resource.

Declaration
public ClustersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

ContainerThreatDetectionSettings

Gets the ContainerThreatDetectionSettings resource.

Declaration
public virtual ProjectsResource.LocationsResource.ClustersResource.ContainerThreatDetectionSettingsResource ContainerThreatDetectionSettings { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ClustersResource.ContainerThreatDetectionSettingsResource

Methods

GetContainerThreatDetectionSettings(string)

Declaration
public virtual ProjectsResource.LocationsResource.ClustersResource.GetContainerThreatDetectionSettingsRequest GetContainerThreatDetectionSettings(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.ClustersResource.GetContainerThreatDetectionSettingsRequest

UpdateContainerThreatDetectionSettings(ContainerThreatDetectionSettings, string)

Declaration
public virtual ProjectsResource.LocationsResource.ClustersResource.UpdateContainerThreatDetectionSettingsRequest UpdateContainerThreatDetectionSettings(ContainerThreatDetectionSettings body, string name)
Parameters
Type Name Description
ContainerThreatDetectionSettings body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.ClustersResource.UpdateContainerThreatDetectionSettingsRequest
In this article
Back to top Generated by DocFX