1. Packages
  2. Google Cloud Native
  3. API Docs
  4. networksecurity
  5. networksecurity/v1beta1
  6. OrganizationAddressGroup

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

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

google-native.networksecurity/v1beta1.OrganizationAddressGroup

Explore with Pulumi AI

google-native logo

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

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

    Creates a new address group in a given project and location. Auto-naming is currently not supported for this resource.

    Create OrganizationAddressGroup Resource

    new OrganizationAddressGroup(name: string, args: OrganizationAddressGroupArgs, opts?: CustomResourceOptions);
    @overload
    def OrganizationAddressGroup(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 address_group_id: Optional[str] = None,
                                 capacity: Optional[int] = None,
                                 description: Optional[str] = None,
                                 items: Optional[Sequence[str]] = None,
                                 labels: Optional[Mapping[str, str]] = None,
                                 location: Optional[str] = None,
                                 name: Optional[str] = None,
                                 organization_id: Optional[str] = None,
                                 request_id: Optional[str] = None,
                                 type: Optional[OrganizationAddressGroupType] = None)
    @overload
    def OrganizationAddressGroup(resource_name: str,
                                 args: OrganizationAddressGroupArgs,
                                 opts: Optional[ResourceOptions] = None)
    func NewOrganizationAddressGroup(ctx *Context, name string, args OrganizationAddressGroupArgs, opts ...ResourceOption) (*OrganizationAddressGroup, error)
    public OrganizationAddressGroup(string name, OrganizationAddressGroupArgs args, CustomResourceOptions? opts = null)
    public OrganizationAddressGroup(String name, OrganizationAddressGroupArgs args)
    public OrganizationAddressGroup(String name, OrganizationAddressGroupArgs args, CustomResourceOptions options)
    
    type: google-native:networksecurity/v1beta1:OrganizationAddressGroup
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args OrganizationAddressGroupArgs
    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 OrganizationAddressGroupArgs
    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 OrganizationAddressGroupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OrganizationAddressGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OrganizationAddressGroupArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    OrganizationAddressGroup 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 OrganizationAddressGroup resource accepts the following input properties:

    AddressGroupId string

    Required. Short name of the AddressGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "authz_policy".

    Capacity int

    Capacity of the Address Group

    Name string

    Name of the AddressGroup resource. It matches pattern projects/*/locations/{location}/addressGroups/.

    OrganizationId string
    Type Pulumi.GoogleNative.NetworkSecurity.V1Beta1.OrganizationAddressGroupType

    The type of the Address Group. Possible values are "IPv4" or "IPV6".

    Description string

    Optional. Free-text description of the resource.

    Items List<string>

    Optional. List of items.

    Labels Dictionary<string, string>

    Optional. Set of label tags associated with the AddressGroup resource.

    Location string
    RequestId string

    Optional. 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. The server will guarantee that for at least 60 minutes since the first request. 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).

    AddressGroupId string

    Required. Short name of the AddressGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "authz_policy".

    Capacity int

    Capacity of the Address Group

    Name string

    Name of the AddressGroup resource. It matches pattern projects/*/locations/{location}/addressGroups/.

    OrganizationId string
    Type OrganizationAddressGroupType

    The type of the Address Group. Possible values are "IPv4" or "IPV6".

    Description string

    Optional. Free-text description of the resource.

    Items []string

    Optional. List of items.

    Labels map[string]string

    Optional. Set of label tags associated with the AddressGroup resource.

    Location string
    RequestId string

    Optional. 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. The server will guarantee that for at least 60 minutes since the first request. 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).

    addressGroupId String

    Required. Short name of the AddressGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "authz_policy".

    capacity Integer

    Capacity of the Address Group

    name String

    Name of the AddressGroup resource. It matches pattern projects/*/locations/{location}/addressGroups/.

    organizationId String
    type OrganizationAddressGroupType

    The type of the Address Group. Possible values are "IPv4" or "IPV6".

    description String

    Optional. Free-text description of the resource.

    items List<String>

    Optional. List of items.

    labels Map<String,String>

    Optional. Set of label tags associated with the AddressGroup resource.

    location String
    requestId String

    Optional. 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. The server will guarantee that for at least 60 minutes since the first request. 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).

    addressGroupId string

    Required. Short name of the AddressGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "authz_policy".

    capacity number

    Capacity of the Address Group

    name string

    Name of the AddressGroup resource. It matches pattern projects/*/locations/{location}/addressGroups/.

    organizationId string
    type OrganizationAddressGroupType

    The type of the Address Group. Possible values are "IPv4" or "IPV6".

    description string

    Optional. Free-text description of the resource.

    items string[]

    Optional. List of items.

    labels {[key: string]: string}

    Optional. Set of label tags associated with the AddressGroup resource.

    location string
    requestId string

    Optional. 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. The server will guarantee that for at least 60 minutes since the first request. 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).

    address_group_id str

    Required. Short name of the AddressGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "authz_policy".

    capacity int

    Capacity of the Address Group

    name str

    Name of the AddressGroup resource. It matches pattern projects/*/locations/{location}/addressGroups/.

    organization_id str
    type OrganizationAddressGroupType

    The type of the Address Group. Possible values are "IPv4" or "IPV6".

    description str

    Optional. Free-text description of the resource.

    items Sequence[str]

    Optional. List of items.

    labels Mapping[str, str]

    Optional. Set of label tags associated with the AddressGroup resource.

    location str
    request_id str

    Optional. 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. The server will guarantee that for at least 60 minutes since the first request. 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).

    addressGroupId String

    Required. Short name of the AddressGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "authz_policy".

    capacity Number

    Capacity of the Address Group

    name String

    Name of the AddressGroup resource. It matches pattern projects/*/locations/{location}/addressGroups/.

    organizationId String
    type "TYPE_UNSPECIFIED" | "IPV4" | "IPV6"

    The type of the Address Group. Possible values are "IPv4" or "IPV6".

    description String

    Optional. Free-text description of the resource.

    items List<String>

    Optional. List of items.

    labels Map<String>

    Optional. Set of label tags associated with the AddressGroup resource.

    location String
    requestId String

    Optional. 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. The server will guarantee that for at least 60 minutes since the first request. 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 OrganizationAddressGroup resource produces the following output properties:

    CreateTime string

    The timestamp when the resource was created.

    Id string

    The provider-assigned unique ID for this managed resource.

    SelfLink string

    Server-defined fully-qualified URL for this resource.

    UpdateTime string

    The timestamp when the resource was updated.

    CreateTime string

    The timestamp when the resource was created.

    Id string

    The provider-assigned unique ID for this managed resource.

    SelfLink string

    Server-defined fully-qualified URL for this resource.

    UpdateTime string

    The timestamp when the resource was updated.

    createTime String

    The timestamp when the resource was created.

    id String

    The provider-assigned unique ID for this managed resource.

    selfLink String

    Server-defined fully-qualified URL for this resource.

    updateTime String

    The timestamp when the resource was updated.

    createTime string

    The timestamp when the resource was created.

    id string

    The provider-assigned unique ID for this managed resource.

    selfLink string

    Server-defined fully-qualified URL for this resource.

    updateTime string

    The timestamp when the resource was updated.

    create_time str

    The timestamp when the resource was created.

    id str

    The provider-assigned unique ID for this managed resource.

    self_link str

    Server-defined fully-qualified URL for this resource.

    update_time str

    The timestamp when the resource was updated.

    createTime String

    The timestamp when the resource was created.

    id String

    The provider-assigned unique ID for this managed resource.

    selfLink String

    Server-defined fully-qualified URL for this resource.

    updateTime String

    The timestamp when the resource was updated.

    Supporting Types

    OrganizationAddressGroupType, OrganizationAddressGroupTypeArgs

    TypeUnspecified
    TYPE_UNSPECIFIED

    Default value.

    Ipv4
    IPV4

    IP v4 ranges.

    Ipv6
    IPV6

    IP v6 ranges.

    OrganizationAddressGroupTypeTypeUnspecified
    TYPE_UNSPECIFIED

    Default value.

    OrganizationAddressGroupTypeIpv4
    IPV4

    IP v4 ranges.

    OrganizationAddressGroupTypeIpv6
    IPV6

    IP v6 ranges.

    TypeUnspecified
    TYPE_UNSPECIFIED

    Default value.

    Ipv4
    IPV4

    IP v4 ranges.

    Ipv6
    IPV6

    IP v6 ranges.

    TypeUnspecified
    TYPE_UNSPECIFIED

    Default value.

    Ipv4
    IPV4

    IP v4 ranges.

    Ipv6
    IPV6

    IP v6 ranges.

    TYPE_UNSPECIFIED
    TYPE_UNSPECIFIED

    Default value.

    IPV4
    IPV4

    IP v4 ranges.

    IPV6
    IPV6

    IP v6 ranges.

    "TYPE_UNSPECIFIED"
    TYPE_UNSPECIFIED

    Default value.

    "IPV4"
    IPV4

    IP v4 ranges.

    "IPV6"
    IPV6

    IP v6 ranges.

    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.31.1 published on Thursday, Jul 20, 2023 by Pulumi