Skip to content

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.

ScopeRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct

IdRequired

  • Type: string

PropsRequired


EnableResourcePropertyConstraintOptional

  • 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.

SessionRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession

The synthesis session.


AddCondition

private void AddCondition(RosCondition Condition)

ConditionRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition

AddCount

private void AddCount(object Count)

CountRequired

  • Type: object

AddDependency

private void AddDependency(Resource Resource)

ResourceRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource

AddResourceDesc

private void AddResourceDesc(string Desc)

DescRequired

  • Type: string

ApplyRemovalPolicy

private void ApplyRemovalPolicy(RemovalPolicy Policy)

PolicyRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy

GetAtt

private IResolvable GetAtt(string Name)

NameRequired

  • Type: string

SetMetadata

private void SetMetadata(string Key, object Value)

KeyRequired

  • Type: string

ValueRequired

  • 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.

XRequired

  • 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.

NodeRequired

public ConstructNode Node { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode

The construct tree node associated with this construct.


RefRequired

public string Ref { get; }
  • Type: string

StackRequired

public Stack Stack { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack

The stack in which this resource is defined.


ResourceOptional

public RosResource Resource { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource

AttrBindVpcsRequired

public IResolvable AttrBindVpcs { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute BindVpcs: The VPCs associated with the zone.


AttrCreateTimeRequired

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.


AttrCreateTimestampRequired

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.


AttrIsPtrRequired

public IResolvable AttrIsPtr { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute IsPtr: Indicates whether the zone is a reverse lookup zone.


AttrProxyPatternRequired

public IResolvable AttrProxyPattern { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ProxyPattern: Indicates whether the recursive resolution proxy for subdomain names is enabled.


AttrRecordCountRequired

public IResolvable AttrRecordCount { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute RecordCount: The total number of DNS records added in the zone.


AttrRemarkRequired

public IResolvable AttrRemark { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Remark: The description of the zone.


AttrResourceGroupIdRequired

public IResolvable AttrResourceGroupId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ResourceGroupId: The ID of the resource group to which the zone belongs.


AttrSlaveDnsRequired

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.


AttrTagsRequired

public IResolvable AttrTags { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Tags: The tags of the zone.


AttrUpdateTimeRequired

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.


AttrUpdateTimestampRequired

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.


AttrZoneIdRequired

public IResolvable AttrZoneId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ZoneId: The zone ID.


AttrZoneNameRequired

public IResolvable AttrZoneName { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ZoneName: The zone name.


AttrZoneTagRequired

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.


AttrZoneTypeRequired

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.