Apigee Registry v1 API - Class CreateInstanceRequest (1.0.0-beta05)

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.

Inheritance

object > CreateInstanceRequest

Namespace

Google.Cloud.ApigeeRegistry.V1

Assembly

Google.Cloud.ApigeeRegistry.V1.dll

Constructors

CreateInstanceRequest()

public CreateInstanceRequest()

CreateInstanceRequest(CreateInstanceRequest)

public CreateInstanceRequest(CreateInstanceRequest other)
Parameter
NameDescription
otherCreateInstanceRequest

Properties

Instance

public Instance Instance { get; set; }

Required. The Instance.

Property Value
TypeDescription
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
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Parent resource of the Instance, of the form: projects/*/locations/*

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName