Instance
This class encapsulates and extends the ROS resource type DATASOURCE::ApiGateway::Instance
, which is used to query the information about an instance.
Initializers
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new Instance(Construct Scope, string Id, InstanceProps Props, bool EnableResourcePropertyConstraint = null);
Name | Type | Description |
---|---|---|
Scope |
AlibabaCloud.SDK.ROS.CDK.Core.Construct |
No description. |
Id |
string |
No description. |
Props |
InstanceProps |
No description. |
EnableResourcePropertyConstraint |
bool |
No description. |
Scope
Required
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct
Id
Required
- Type: string
Props
Required
- Type: InstanceProps
EnableResourcePropertyConstraint
Optional
- Type: bool
Methods
Name | Description |
---|---|
ToString |
Returns a string representation of this construct. |
Synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
AddCondition |
No description. |
AddCount |
No description. |
AddDependency |
No description. |
AddResourceDesc |
No description. |
ApplyRemovalPolicy |
No description. |
GetAtt |
No description. |
SetMetadata |
No description. |
ToString
private string ToString()
Returns a string representation of this construct.
Synthesize
private void Synthesize(ISynthesisSession Session)
Allows this construct to emit artifacts into the cloud assembly during synthesis.
This method is usually implemented by framework-level constructs such as Stack
and Asset
as they participate in synthesizing the cloud assembly.
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession
The synthesis session.
AddCondition
private void AddCondition(RosCondition Condition)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition
AddCount
private void AddCount(object Count)
- Type: object
AddDependency
private void AddDependency(Resource Resource)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource
AddResourceDesc
private void AddResourceDesc(string Desc)
- Type: string
ApplyRemovalPolicy
private void ApplyRemovalPolicy(RemovalPolicy Policy)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy
GetAtt
private IResolvable GetAtt(string Name)
- Type: string
SetMetadata
private void SetMetadata(string Key, object Value)
- Type: string
- Type: object
Static Functions
Name | Description |
---|---|
IsConstruct |
Return whether the given object is a Construct. |
IsConstruct
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
Instance.IsConstruct(object X);
Return whether the given object is a Construct.
- Type: object
Properties
Name | Type | Description |
---|---|---|
Node |
AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode |
The construct tree node associated with this construct. |
Ref |
string |
No description. |
Stack |
AlibabaCloud.SDK.ROS.CDK.Core.Stack |
The stack in which this resource is defined. |
Resource |
AlibabaCloud.SDK.ROS.CDK.Core.RosResource |
No description. |
AttrAclId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute AclId: Access control ID. |
AttrAclName |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute AclName: Access control name. |
AttrAclStatus |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute AclStatus: Access control type. |
AttrAclType |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute AclType: Access control type. |
AttrClassicEgressAddress |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ClassicEgressAddress: Classic network exit address. |
AttrCreateTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CreateTime: Creation time. |
AttrEgressIpv6Enable |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute EgressIpv6Enable: Does IPV6 Capability Support. |
AttrExpiredTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ExpiredTime: Instance expiration time. |
AttrHttpsPolicy |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute HttpsPolicy: Https policy. |
AttrInstanceId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceId: Instance id. |
AttrInstanceName |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceName: Instance name. |
AttrInstanceRpsLimit |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceRpsLimit: Instance rps limits. |
AttrInstanceSpec |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceSpec: Instance type. |
AttrInstanceSpecAttributes |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceSpecAttributes: Instance type. |
AttrInstanceType |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceType: Instance type. |
AttrInternetEgressAddress |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InternetEgressAddress: Public network exit address. |
AttrPaymentType |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute PaymentType: The payment type of the resource. |
AttrSupportIpv6 |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute SupportIpv6: Does ipv6 support. |
AttrUserVpcId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute UserVpcId: User's VpcID. |
AttrUserVswitchId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute UserVswitchId: DescribeInstances. |
AttrVipTypeList |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute VipTypeList: Vip type. |
AttrVpcEgressAddress |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute VpcEgressAddress: Intranet VPC exit network segment. |
AttrVpcIntranetEnable |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute VpcIntranetEnable: Whether Vpc allows authorization. |
AttrVpcOwnerId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute VpcOwnerId: Vpc licensor ID. |
AttrVpcSlbIntranetEnable |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute VpcSlbIntranetEnable: Whether the slb of the Vpc supports. |
AttrZoneId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ZoneId: Zone. |
AttrZoneLocalName |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ZoneLocalName: Available area. |
Node
Required
public ConstructNode Node { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode
The construct tree node associated with this construct.
Ref
Required
public string Ref { get; }
- Type: string
Stack
Required
public Stack Stack { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack
The stack in which this resource is defined.
Resource
Optional
public RosResource Resource { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource
AttrAclId
Required
public IResolvable AttrAclId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute AclId: Access control ID.
AttrAclName
Required
public IResolvable AttrAclName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute AclName: Access control name.
AttrAclStatus
Required
public IResolvable AttrAclStatus { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute AclStatus: Access control type.
AttrAclType
Required
public IResolvable AttrAclType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute AclType: Access control type.
AttrClassicEgressAddress
Required
public IResolvable AttrClassicEgressAddress { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ClassicEgressAddress: Classic network exit address.
AttrCreateTime
Required
public IResolvable AttrCreateTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CreateTime: Creation time.
AttrEgressIpv6Enable
Required
public IResolvable AttrEgressIpv6Enable { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute EgressIpv6Enable: Does IPV6 Capability Support.
AttrExpiredTime
Required
public IResolvable AttrExpiredTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ExpiredTime: Instance expiration time.
AttrHttpsPolicy
Required
public IResolvable AttrHttpsPolicy { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute HttpsPolicy: Https policy.
AttrInstanceId
Required
public IResolvable AttrInstanceId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceId: Instance id.
AttrInstanceName
Required
public IResolvable AttrInstanceName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceName: Instance name.
AttrInstanceRpsLimit
Required
public IResolvable AttrInstanceRpsLimit { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceRpsLimit: Instance rps limits.
AttrInstanceSpec
Required
public IResolvable AttrInstanceSpec { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceSpec: Instance type.
AttrInstanceSpecAttributes
Required
public IResolvable AttrInstanceSpecAttributes { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceSpecAttributes: Instance type.
AttrInstanceType
Required
public IResolvable AttrInstanceType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceType: Instance type.
AttrInternetEgressAddress
Required
public IResolvable AttrInternetEgressAddress { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InternetEgressAddress: Public network exit address.
AttrPaymentType
Required
public IResolvable AttrPaymentType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute PaymentType: The payment type of the resource.
AttrSupportIpv6
Required
public IResolvable AttrSupportIpv6 { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SupportIpv6: Does ipv6 support.
AttrUserVpcId
Required
public IResolvable AttrUserVpcId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute UserVpcId: User's VpcID.
AttrUserVswitchId
Required
public IResolvable AttrUserVswitchId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute UserVswitchId: DescribeInstances.
AttrVipTypeList
Required
public IResolvable AttrVipTypeList { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute VipTypeList: Vip type.
AttrVpcEgressAddress
Required
public IResolvable AttrVpcEgressAddress { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute VpcEgressAddress: Intranet VPC exit network segment.
AttrVpcIntranetEnable
Required
public IResolvable AttrVpcIntranetEnable { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute VpcIntranetEnable: Whether Vpc allows authorization.
AttrVpcOwnerId
Required
public IResolvable AttrVpcOwnerId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute VpcOwnerId: Vpc licensor ID.
AttrVpcSlbIntranetEnable
Required
public IResolvable AttrVpcSlbIntranetEnable { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute VpcSlbIntranetEnable: Whether the slb of the Vpc supports.
AttrZoneId
Required
public IResolvable AttrZoneId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ZoneId: Zone.
AttrZoneLocalName
Required
public IResolvable AttrZoneLocalName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ZoneLocalName: Available area.