Skip to content

Zone

This class encapsulates and extends the ROS resource type DATASOURCE::PVTZ::Zone.

Initializers

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpvtz/datasource"
datasource.NewZone(scope Construct, id *string, props ZoneProps, enableResourcePropertyConstraint *bool) Zone
Name Type Description
scope github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Construct No description.
id *string No description.
props ZoneProps No description.
enableResourcePropertyConstraint *bool No description.

scopeRequired

  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.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

func ToString() *string

Returns a string representation of this construct.

Synthesize

func Synthesize(session ISynthesisSession)

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: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.ISynthesisSession

The synthesis session.


AddCondition

func AddCondition(condition RosCondition)

conditionRequired

  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.RosCondition

AddCount

func AddCount(count interface{})

countRequired

  • Type: interface{}

AddDependency

func AddDependency(resource Resource)

resourceRequired

  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Resource

AddResourceDesc

func AddResourceDesc(desc *string)

descRequired

  • Type: *string

ApplyRemovalPolicy

func ApplyRemovalPolicy(policy RemovalPolicy)

policyRequired

  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.RemovalPolicy

GetAtt

func GetAtt(name *string) IResolvable

nameRequired

  • Type: *string

SetMetadata

func SetMetadata(key *string, value interface{})

keyRequired

  • Type: *string

valueRequired

  • Type: interface{}

Static Functions

Name Description
IsConstruct Return whether the given object is a Construct.

IsConstruct

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpvtz/datasource"
datasource.Zone_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct.

xRequired

  • Type: interface{}

Properties

Name Type Description
Node github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.ConstructNode The construct tree node associated with this construct.
Ref *string No description.
Stack github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Stack The stack in which this resource is defined.
Resource github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.RosResource No description.
AttrBindVpcs github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute BindVpcs: The VPCs associated with the zone.
AttrCreateTime github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute CreateTime: The time when the zone was created.
AttrCreateTimestamp github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute CreateTimestamp: The time when the zone was created.
AttrIsPtr github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute IsPtr: Indicates whether the zone is a reverse lookup zone.
AttrProxyPattern github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute ProxyPattern: Indicates whether the recursive resolution proxy for subdomain names is enabled.
AttrRecordCount github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute RecordCount: The total number of DNS records added in the zone.
AttrRemark github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute Remark: The description of the zone.
AttrResourceGroupId github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute ResourceGroupId: The ID of the resource group to which the zone belongs.
AttrSlaveDns github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute SlaveDns: Indicates whether the secondary Domain Name System (DNS) feature is enabled for the zone.
AttrTags github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute Tags: The tags of the zone.
AttrUpdateTime github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute UpdateTime: The time when the zone was last updated.
AttrUpdateTimestamp github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute UpdateTimestamp: The time when the zone was last updated.
AttrZoneId github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute ZoneId: The zone ID.
AttrZoneName github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute ZoneName: The zone name.
AttrZoneTag github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute ZoneTag: Not open to users for the time being, no value transfer is required.
AttrZoneType github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable Attribute ZoneType: The zone type, temporarily closed to users, no need to pass values.

NodeRequired

func Node() ConstructNode
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.ConstructNode

The construct tree node associated with this construct.


RefRequired

func Ref() *string
  • Type: *string

StackRequired

func Stack() Stack
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Stack

The stack in which this resource is defined.


ResourceOptional

func Resource() RosResource
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.RosResource

AttrBindVpcsRequired

func AttrBindVpcs() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute BindVpcs: The VPCs associated with the zone.


AttrCreateTimeRequired

func AttrCreateTime() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.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

func AttrCreateTimestamp() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.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

func AttrIsPtr() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

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


AttrProxyPatternRequired

func AttrProxyPattern() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

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


AttrRecordCountRequired

func AttrRecordCount() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

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


AttrRemarkRequired

func AttrRemark() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute Remark: The description of the zone.


AttrResourceGroupIdRequired

func AttrResourceGroupId() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

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


AttrSlaveDnsRequired

func AttrSlaveDns() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute SlaveDns: Indicates whether the secondary Domain Name System (DNS) feature is enabled for the zone.


AttrTagsRequired

func AttrTags() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute Tags: The tags of the zone.


AttrUpdateTimeRequired

func AttrUpdateTime() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.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

func AttrUpdateTimestamp() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.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

func AttrZoneId() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute ZoneId: The zone ID.


AttrZoneNameRequired

func AttrZoneName() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute ZoneName: The zone name.


AttrZoneTagRequired

func AttrZoneTag() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute ZoneTag: Not open to users for the time being, no value transfer is required.


AttrZoneTypeRequired

func AttrZoneType() IResolvable
  • Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResolvable

Attribute ZoneType: The zone type, temporarily closed to users, no need to pass values.