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.
Implements
IMessageCreateUptimeCheckConfigRequest, IEquatableCreateUptimeCheckConfigRequest, IDeepCloneableCreateUptimeCheckConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
CreateUptimeCheckConfigRequest()
public CreateUptimeCheckConfigRequest()
CreateUptimeCheckConfigRequest(CreateUptimeCheckConfigRequest)
public CreateUptimeCheckConfigRequest(CreateUptimeCheckConfigRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateUptimeCheckConfigRequest |
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 | |
---|---|
Type | Description |
string |
ParentAsFolderName
public FolderName ParentAsFolderName { get; set; }
FolderName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
FolderName |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |
UptimeCheckConfig
public UptimeCheckConfig UptimeCheckConfig { get; set; }
Required. The new Uptime check configuration.
Property Value | |
---|---|
Type | Description |
UptimeCheckConfig |