Zone
This class encapsulates and extends the ROS resource type DATASOURCE::PVTZ::Zone
.
Initializers
using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new Zone(Construct Scope, string Id, ZoneProps Props, bool EnableResourcePropertyConstraint = null);
Name | Type | Description |
---|---|---|
Scope |
AlibabaCloud.SDK.ROS.CDK.Core.Construct |
No description. |
Id |
string |
No description. |
Props |
ZoneProps |
No description. |
EnableResourcePropertyConstraint |
bool |
No description. |
Scope
Required
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct
Id
Required
- Type: string
Props
Required
- Type: ZoneProps
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.Pvtz;
Zone.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. |
AttrBindVpcs |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute BindVpcs: The VPCs associated with the zone. |
AttrCreateTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CreateTime: The time when the zone was created. |
AttrCreateTimestamp |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CreateTimestamp: The time when the zone was created. |
AttrIsPtr |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute IsPtr: Indicates whether the zone is a reverse lookup zone. |
AttrProxyPattern |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ProxyPattern: Indicates whether the recursive resolution proxy for subdomain names is enabled. |
AttrRecordCount |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute RecordCount: The total number of DNS records added in the zone. |
AttrRemark |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute Remark: The description of the zone. |
AttrResourceGroupId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ResourceGroupId: The ID of the resource group to which the zone belongs. |
AttrSlaveDns |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute SlaveDns: Indicates whether the secondary Domain Name System (DNS) feature is enabled for the zone. |
AttrTags |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute Tags: The tags of the zone. |
AttrUpdateTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute UpdateTime: The time when the zone was last updated. |
AttrUpdateTimestamp |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute UpdateTimestamp: The time when the zone was last updated. |
AttrZoneId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ZoneId: The zone ID. |
AttrZoneName |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ZoneName: The zone name. |
AttrZoneTag |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ZoneTag: Not open to users for the time being, no value transfer is required. |
AttrZoneType |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ZoneType: The zone type, temporarily closed to users, no need to pass values. |
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
AttrBindVpcs
Required
public IResolvable AttrBindVpcs { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute BindVpcs: The VPCs associated with the zone.
AttrCreateTime
Required
public IResolvable AttrCreateTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CreateTime: The time when the zone was created.
The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.
AttrCreateTimestamp
Required
public IResolvable AttrCreateTimestamp { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CreateTimestamp: The time when the zone was created.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
AttrIsPtr
Required
public IResolvable AttrIsPtr { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute IsPtr: Indicates whether the zone is a reverse lookup zone.
AttrProxyPattern
Required
public IResolvable AttrProxyPattern { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ProxyPattern: Indicates whether the recursive resolution proxy for subdomain names is enabled.
AttrRecordCount
Required
public IResolvable AttrRecordCount { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute RecordCount: The total number of DNS records added in the zone.
AttrRemark
Required
public IResolvable AttrRemark { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Remark: The description of the zone.
AttrResourceGroupId
Required
public IResolvable AttrResourceGroupId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ResourceGroupId: The ID of the resource group to which the zone belongs.
AttrSlaveDns
Required
public IResolvable AttrSlaveDns { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SlaveDns: Indicates whether the secondary Domain Name System (DNS) feature is enabled for the zone.
AttrTags
Required
public IResolvable AttrTags { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Tags: The tags of the zone.
AttrUpdateTime
Required
public IResolvable AttrUpdateTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute UpdateTime: The time when the zone was last updated.
The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.
AttrUpdateTimestamp
Required
public IResolvable AttrUpdateTimestamp { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute UpdateTimestamp: The time when the zone was last updated.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
AttrZoneId
Required
public IResolvable AttrZoneId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ZoneId: The zone ID.
AttrZoneName
Required
public IResolvable AttrZoneName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ZoneName: The zone name.
AttrZoneTag
Required
public IResolvable AttrZoneTag { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ZoneTag: Not open to users for the time being, no value transfer is required.
AttrZoneType
Required
public IResolvable AttrZoneType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ZoneType: The zone type, temporarily closed to users, no need to pass values.