public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class CreateInstanceRequest.
Request message for CreateInstance.
Implements
IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ApigeeRegistry.V1Assembly
Google.Cloud.ApigeeRegistry.V1.dll
Constructors
CreateInstanceRequest()
public CreateInstanceRequest()
CreateInstanceRequest(CreateInstanceRequest)
public CreateInstanceRequest(CreateInstanceRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateInstanceRequest |
Properties
Instance
public Instance Instance { get; set; }
Required. The Instance.
Property Value | |
---|---|
Type | Description |
Instance |
InstanceId
public string InstanceId { get; set; }
Required. Identifier to assign to the Instance. Must be unique within scope of the parent resource.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. Parent resource of the Instance, of the form: projects/*/locations/*
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |