1. Packages
  2. Google Cloud Native
  3. API Docs
  4. compute
  5. compute/beta
  6. GlobalPublicDelegatedPrefix

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.compute/beta.GlobalPublicDelegatedPrefix

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Creates a global PublicDelegatedPrefix in the specified project using the parameters that are included in the request.

    Create GlobalPublicDelegatedPrefix Resource

    new GlobalPublicDelegatedPrefix(name: string, args?: GlobalPublicDelegatedPrefixArgs, opts?: CustomResourceOptions);
    @overload
    def GlobalPublicDelegatedPrefix(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    description: Optional[str] = None,
                                    ip_cidr_range: Optional[str] = None,
                                    is_live_migration: Optional[bool] = None,
                                    name: Optional[str] = None,
                                    parent_prefix: Optional[str] = None,
                                    project: Optional[str] = None,
                                    public_delegated_sub_prefixs: Optional[Sequence[PublicDelegatedPrefixPublicDelegatedSubPrefixArgs]] = None,
                                    request_id: Optional[str] = None)
    @overload
    def GlobalPublicDelegatedPrefix(resource_name: str,
                                    args: Optional[GlobalPublicDelegatedPrefixArgs] = None,
                                    opts: Optional[ResourceOptions] = None)
    func NewGlobalPublicDelegatedPrefix(ctx *Context, name string, args *GlobalPublicDelegatedPrefixArgs, opts ...ResourceOption) (*GlobalPublicDelegatedPrefix, error)
    public GlobalPublicDelegatedPrefix(string name, GlobalPublicDelegatedPrefixArgs? args = null, CustomResourceOptions? opts = null)
    public GlobalPublicDelegatedPrefix(String name, GlobalPublicDelegatedPrefixArgs args)
    public GlobalPublicDelegatedPrefix(String name, GlobalPublicDelegatedPrefixArgs args, CustomResourceOptions options)
    
    type: google-native:compute/beta:GlobalPublicDelegatedPrefix
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args GlobalPublicDelegatedPrefixArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GlobalPublicDelegatedPrefixArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GlobalPublicDelegatedPrefixArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GlobalPublicDelegatedPrefixArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GlobalPublicDelegatedPrefixArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    GlobalPublicDelegatedPrefix Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The GlobalPublicDelegatedPrefix resource accepts the following input properties:

    Description string
    An optional description of this resource. Provide this property when you create the resource.
    IpCidrRange string
    The IP address range, in CIDR format, represented by this public delegated prefix.
    IsLiveMigration bool
    If true, the prefix will be live migrated.
    Name string
    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
    ParentPrefix string
    The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.
    Project string
    PublicDelegatedSubPrefixs List<Pulumi.GoogleNative.Compute.Beta.Inputs.PublicDelegatedPrefixPublicDelegatedSubPrefix>
    The list of sub public delegated prefixes that exist for this public delegated prefix.
    RequestId string
    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
    Description string
    An optional description of this resource. Provide this property when you create the resource.
    IpCidrRange string
    The IP address range, in CIDR format, represented by this public delegated prefix.
    IsLiveMigration bool
    If true, the prefix will be live migrated.
    Name string
    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
    ParentPrefix string
    The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.
    Project string
    PublicDelegatedSubPrefixs []PublicDelegatedPrefixPublicDelegatedSubPrefixArgs
    The list of sub public delegated prefixes that exist for this public delegated prefix.
    RequestId string
    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
    description String
    An optional description of this resource. Provide this property when you create the resource.
    ipCidrRange String
    The IP address range, in CIDR format, represented by this public delegated prefix.
    isLiveMigration Boolean
    If true, the prefix will be live migrated.
    name String
    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
    parentPrefix String
    The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.
    project String
    publicDelegatedSubPrefixs List<PublicDelegatedPrefixPublicDelegatedSubPrefix>
    The list of sub public delegated prefixes that exist for this public delegated prefix.
    requestId String
    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
    description string
    An optional description of this resource. Provide this property when you create the resource.
    ipCidrRange string
    The IP address range, in CIDR format, represented by this public delegated prefix.
    isLiveMigration boolean
    If true, the prefix will be live migrated.
    name string
    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
    parentPrefix string
    The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.
    project string
    publicDelegatedSubPrefixs PublicDelegatedPrefixPublicDelegatedSubPrefix[]
    The list of sub public delegated prefixes that exist for this public delegated prefix.
    requestId string
    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
    description str
    An optional description of this resource. Provide this property when you create the resource.
    ip_cidr_range str
    The IP address range, in CIDR format, represented by this public delegated prefix.
    is_live_migration bool
    If true, the prefix will be live migrated.
    name str
    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
    parent_prefix str
    The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.
    project str
    public_delegated_sub_prefixs Sequence[PublicDelegatedPrefixPublicDelegatedSubPrefixArgs]
    The list of sub public delegated prefixes that exist for this public delegated prefix.
    request_id str
    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
    description String
    An optional description of this resource. Provide this property when you create the resource.
    ipCidrRange String
    The IP address range, in CIDR format, represented by this public delegated prefix.
    isLiveMigration Boolean
    If true, the prefix will be live migrated.
    name String
    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
    parentPrefix String
    The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.
    project String
    publicDelegatedSubPrefixs List<Property Map>
    The list of sub public delegated prefixes that exist for this public delegated prefix.
    requestId String
    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GlobalPublicDelegatedPrefix resource produces the following output properties:

    ByoipApiVersion string
    The version of BYOIP API.
    CreationTimestamp string
    Creation timestamp in RFC3339 text format.
    Fingerprint string
    Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix.
    Id string
    The provider-assigned unique ID for this managed resource.
    Kind string
    Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes.
    Region string
    URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
    SelfLink string
    Server-defined URL for the resource.
    Status string
    The status of the public delegated prefix, which can be one of following values: - INITIALIZING The public delegated prefix is being initialized and addresses cannot be created yet. - READY_TO_ANNOUNCE The public delegated prefix is a live migration prefix and is active. - ANNOUNCED The public delegated prefix is active. - DELETING The public delegated prefix is being deprovsioned.
    ByoipApiVersion string
    The version of BYOIP API.
    CreationTimestamp string
    Creation timestamp in RFC3339 text format.
    Fingerprint string
    Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix.
    Id string
    The provider-assigned unique ID for this managed resource.
    Kind string
    Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes.
    Region string
    URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
    SelfLink string
    Server-defined URL for the resource.
    Status string
    The status of the public delegated prefix, which can be one of following values: - INITIALIZING The public delegated prefix is being initialized and addresses cannot be created yet. - READY_TO_ANNOUNCE The public delegated prefix is a live migration prefix and is active. - ANNOUNCED The public delegated prefix is active. - DELETING The public delegated prefix is being deprovsioned.
    byoipApiVersion String
    The version of BYOIP API.
    creationTimestamp String
    Creation timestamp in RFC3339 text format.
    fingerprint String
    Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix.
    id String
    The provider-assigned unique ID for this managed resource.
    kind String
    Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes.
    region String
    URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
    selfLink String
    Server-defined URL for the resource.
    status String
    The status of the public delegated prefix, which can be one of following values: - INITIALIZING The public delegated prefix is being initialized and addresses cannot be created yet. - READY_TO_ANNOUNCE The public delegated prefix is a live migration prefix and is active. - ANNOUNCED The public delegated prefix is active. - DELETING The public delegated prefix is being deprovsioned.
    byoipApiVersion string
    The version of BYOIP API.
    creationTimestamp string
    Creation timestamp in RFC3339 text format.
    fingerprint string
    Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix.
    id string
    The provider-assigned unique ID for this managed resource.
    kind string
    Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes.
    region string
    URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
    selfLink string
    Server-defined URL for the resource.
    status string
    The status of the public delegated prefix, which can be one of following values: - INITIALIZING The public delegated prefix is being initialized and addresses cannot be created yet. - READY_TO_ANNOUNCE The public delegated prefix is a live migration prefix and is active. - ANNOUNCED The public delegated prefix is active. - DELETING The public delegated prefix is being deprovsioned.
    byoip_api_version str
    The version of BYOIP API.
    creation_timestamp str
    Creation timestamp in RFC3339 text format.
    fingerprint str
    Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix.
    id str
    The provider-assigned unique ID for this managed resource.
    kind str
    Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes.
    region str
    URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
    self_link str
    Server-defined URL for the resource.
    status str
    The status of the public delegated prefix, which can be one of following values: - INITIALIZING The public delegated prefix is being initialized and addresses cannot be created yet. - READY_TO_ANNOUNCE The public delegated prefix is a live migration prefix and is active. - ANNOUNCED The public delegated prefix is active. - DELETING The public delegated prefix is being deprovsioned.
    byoipApiVersion String
    The version of BYOIP API.
    creationTimestamp String
    Creation timestamp in RFC3339 text format.
    fingerprint String
    Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix.
    id String
    The provider-assigned unique ID for this managed resource.
    kind String
    Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes.
    region String
    URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
    selfLink String
    Server-defined URL for the resource.
    status String
    The status of the public delegated prefix, which can be one of following values: - INITIALIZING The public delegated prefix is being initialized and addresses cannot be created yet. - READY_TO_ANNOUNCE The public delegated prefix is a live migration prefix and is active. - ANNOUNCED The public delegated prefix is active. - DELETING The public delegated prefix is being deprovsioned.

    Supporting Types

    PublicDelegatedPrefixPublicDelegatedSubPrefix, PublicDelegatedPrefixPublicDelegatedSubPrefixArgs

    DelegateeProject string
    Name of the project scoping this PublicDelegatedSubPrefix.
    Description string
    An optional description of this resource. Provide this property when you create the resource.
    IpCidrRange string
    The IP address range, in CIDR format, represented by this sub public delegated prefix.
    IsAddress bool
    Whether the sub prefix is delegated to create Address resources in the delegatee project.
    Name string
    The name of the sub public delegated prefix.
    DelegateeProject string
    Name of the project scoping this PublicDelegatedSubPrefix.
    Description string
    An optional description of this resource. Provide this property when you create the resource.
    IpCidrRange string
    The IP address range, in CIDR format, represented by this sub public delegated prefix.
    IsAddress bool
    Whether the sub prefix is delegated to create Address resources in the delegatee project.
    Name string
    The name of the sub public delegated prefix.
    delegateeProject String
    Name of the project scoping this PublicDelegatedSubPrefix.
    description String
    An optional description of this resource. Provide this property when you create the resource.
    ipCidrRange String
    The IP address range, in CIDR format, represented by this sub public delegated prefix.
    isAddress Boolean
    Whether the sub prefix is delegated to create Address resources in the delegatee project.
    name String
    The name of the sub public delegated prefix.
    delegateeProject string
    Name of the project scoping this PublicDelegatedSubPrefix.
    description string
    An optional description of this resource. Provide this property when you create the resource.
    ipCidrRange string
    The IP address range, in CIDR format, represented by this sub public delegated prefix.
    isAddress boolean
    Whether the sub prefix is delegated to create Address resources in the delegatee project.
    name string
    The name of the sub public delegated prefix.
    delegatee_project str
    Name of the project scoping this PublicDelegatedSubPrefix.
    description str
    An optional description of this resource. Provide this property when you create the resource.
    ip_cidr_range str
    The IP address range, in CIDR format, represented by this sub public delegated prefix.
    is_address bool
    Whether the sub prefix is delegated to create Address resources in the delegatee project.
    name str
    The name of the sub public delegated prefix.
    delegateeProject String
    Name of the project scoping this PublicDelegatedSubPrefix.
    description String
    An optional description of this resource. Provide this property when you create the resource.
    ipCidrRange String
    The IP address range, in CIDR format, represented by this sub public delegated prefix.
    isAddress Boolean
    Whether the sub prefix is delegated to create Address resources in the delegatee project.
    name String
    The name of the sub public delegated prefix.

    PublicDelegatedPrefixPublicDelegatedSubPrefixResponse, PublicDelegatedPrefixPublicDelegatedSubPrefixResponseArgs

    DelegateeProject string
    Name of the project scoping this PublicDelegatedSubPrefix.
    Description string
    An optional description of this resource. Provide this property when you create the resource.
    IpCidrRange string
    The IP address range, in CIDR format, represented by this sub public delegated prefix.
    IsAddress bool
    Whether the sub prefix is delegated to create Address resources in the delegatee project.
    Name string
    The name of the sub public delegated prefix.
    Region string
    The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
    Status string
    The status of the sub public delegated prefix.
    DelegateeProject string
    Name of the project scoping this PublicDelegatedSubPrefix.
    Description string
    An optional description of this resource. Provide this property when you create the resource.
    IpCidrRange string
    The IP address range, in CIDR format, represented by this sub public delegated prefix.
    IsAddress bool
    Whether the sub prefix is delegated to create Address resources in the delegatee project.
    Name string
    The name of the sub public delegated prefix.
    Region string
    The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
    Status string
    The status of the sub public delegated prefix.
    delegateeProject String
    Name of the project scoping this PublicDelegatedSubPrefix.
    description String
    An optional description of this resource. Provide this property when you create the resource.
    ipCidrRange String
    The IP address range, in CIDR format, represented by this sub public delegated prefix.
    isAddress Boolean
    Whether the sub prefix is delegated to create Address resources in the delegatee project.
    name String
    The name of the sub public delegated prefix.
    region String
    The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
    status String
    The status of the sub public delegated prefix.
    delegateeProject string
    Name of the project scoping this PublicDelegatedSubPrefix.
    description string
    An optional description of this resource. Provide this property when you create the resource.
    ipCidrRange string
    The IP address range, in CIDR format, represented by this sub public delegated prefix.
    isAddress boolean
    Whether the sub prefix is delegated to create Address resources in the delegatee project.
    name string
    The name of the sub public delegated prefix.
    region string
    The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
    status string
    The status of the sub public delegated prefix.
    delegatee_project str
    Name of the project scoping this PublicDelegatedSubPrefix.
    description str
    An optional description of this resource. Provide this property when you create the resource.
    ip_cidr_range str
    The IP address range, in CIDR format, represented by this sub public delegated prefix.
    is_address bool
    Whether the sub prefix is delegated to create Address resources in the delegatee project.
    name str
    The name of the sub public delegated prefix.
    region str
    The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
    status str
    The status of the sub public delegated prefix.
    delegateeProject String
    Name of the project scoping this PublicDelegatedSubPrefix.
    description String
    An optional description of this resource. Provide this property when you create the resource.
    ipCidrRange String
    The IP address range, in CIDR format, represented by this sub public delegated prefix.
    isAddress Boolean
    Whether the sub prefix is delegated to create Address resources in the delegatee project.
    name String
    The name of the sub public delegated prefix.
    region String
    The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
    status String
    The status of the sub public delegated prefix.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi