Google Cloud Monitoring v3 API - Class CreateUptimeCheckConfigRequest (3.8.0)

public sealed class CreateUptimeCheckConfigRequest : IMessage<CreateUptimeCheckConfigRequest>, IEquatable<CreateUptimeCheckConfigRequest>, IDeepCloneable<CreateUptimeCheckConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class CreateUptimeCheckConfigRequest.

The protocol for the CreateUptimeCheckConfig request.

Inheritance

object > CreateUptimeCheckConfigRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

CreateUptimeCheckConfigRequest()

public CreateUptimeCheckConfigRequest()

CreateUptimeCheckConfigRequest(CreateUptimeCheckConfigRequest)

public CreateUptimeCheckConfigRequest(CreateUptimeCheckConfigRequest other)
Parameter
NameDescription
otherCreateUptimeCheckConfigRequest

Properties

Parent

public string Parent { get; set; }

Required. The project in which to create the Uptime check. The format is:

projects/[PROJECT_ID_OR_NUMBER]
Property Value
TypeDescription
string

ParentAsFolderName

public FolderName ParentAsFolderName { get; set; }

FolderName-typed view over the Parent resource name property.

Property Value
TypeDescription
FolderName

ParentAsOrganizationName

public OrganizationName ParentAsOrganizationName { get; set; }

OrganizationName-typed view over the Parent resource name property.

Property Value
TypeDescription
OrganizationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName

UptimeCheckConfig

public UptimeCheckConfig UptimeCheckConfig { get; set; }

Required. The new Uptime check configuration.

Property Value
TypeDescription
UptimeCheckConfig