mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-02 20:24:29 -07:00
Remove old gcompute wording (#163)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
b4a20eb904
commit
f2746afceb
8 changed files with 64 additions and 67 deletions
|
@ -154,8 +154,9 @@ options:
|
||||||
required: true
|
required: true
|
||||||
source_disk:
|
source_disk:
|
||||||
description:
|
description:
|
||||||
- Refers to a gcompute_disk object You must provide either this property or the
|
- The source disk to create this image based on.
|
||||||
rawDisk.source property but not both to create an image.
|
- You must provide either this property or the rawDisk.source property but not
|
||||||
|
both to create an image.
|
||||||
- 'This field represents a link to a Disk resource in GCP. It can be specified
|
- 'This field represents a link to a Disk resource in GCP. It can be specified
|
||||||
in two ways. First, you can place in the selfLink of the resource here as a
|
in two ways. First, you can place in the selfLink of the resource here as a
|
||||||
string Alternatively, you can add `register: name-of-resource` to a gcp_compute_disk
|
string Alternatively, you can add `register: name-of-resource` to a gcp_compute_disk
|
||||||
|
@ -389,8 +390,9 @@ rawDisk:
|
||||||
type: str
|
type: str
|
||||||
sourceDisk:
|
sourceDisk:
|
||||||
description:
|
description:
|
||||||
- Refers to a gcompute_disk object You must provide either this property or the
|
- The source disk to create this image based on.
|
||||||
rawDisk.source property but not both to create an image.
|
- You must provide either this property or the rawDisk.source property but not both
|
||||||
|
to create an image.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
sourceDiskEncryptionKey:
|
sourceDiskEncryptionKey:
|
||||||
|
|
|
@ -239,8 +239,9 @@ items:
|
||||||
type: str
|
type: str
|
||||||
sourceDisk:
|
sourceDisk:
|
||||||
description:
|
description:
|
||||||
- Refers to a gcompute_disk object You must provide either this property or
|
- The source disk to create this image based on.
|
||||||
the rawDisk.source property but not both to create an image.
|
- You must provide either this property or the rawDisk.source property but not
|
||||||
|
both to create an image.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
sourceDiskEncryptionKey:
|
sourceDiskEncryptionKey:
|
||||||
|
|
|
@ -126,7 +126,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
disk_type:
|
disk_type:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_disk_type resource.
|
- Reference to a disk type.
|
||||||
- Specifies the disk type to use to create the instance.
|
- Specifies the disk type to use to create the instance.
|
||||||
- If not specified, the default is pd-standard.
|
- If not specified, the default is pd-standard.
|
||||||
required: false
|
required: false
|
||||||
|
@ -176,8 +176,8 @@ options:
|
||||||
- READ_ONLY
|
- READ_ONLY
|
||||||
source:
|
source:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_disk resource. When creating a new instance, one
|
- Reference to a disk. When creating a new instance, one of initializeParams.sourceImage
|
||||||
of initializeParams.sourceImage or disks.source is required.
|
or disks.source is required.
|
||||||
- If desired, you can also attach existing non-root persistent disks using
|
- If desired, you can also attach existing non-root persistent disks using
|
||||||
this property. This field is only applicable for persistent disks.
|
this property. This field is only applicable for persistent disks.
|
||||||
- 'This field represents a link to a Disk resource in GCP. It can be specified
|
- 'This field represents a link to a Disk resource in GCP. It can be specified
|
||||||
|
@ -259,7 +259,7 @@ options:
|
||||||
required: true
|
required: true
|
||||||
nat_ip:
|
nat_ip:
|
||||||
description:
|
description:
|
||||||
- Specifies the title of a gcompute_address.
|
- Reference to an address.
|
||||||
- An external IP address associated with this instance.
|
- An external IP address associated with this instance.
|
||||||
- Specify an unused static external IP address available to the project
|
- Specify an unused static external IP address available to the project
|
||||||
or leave this field undefined to use an IP from a shared ephemeral IP
|
or leave this field undefined to use an IP from a shared ephemeral IP
|
||||||
|
@ -304,8 +304,8 @@ options:
|
||||||
required: false
|
required: false
|
||||||
network:
|
network:
|
||||||
description:
|
description:
|
||||||
- Specifies the title of an existing gcompute_network. When creating an instance,
|
- Specifies the title of an existing network. When creating an instance, if
|
||||||
if neither the network nor the subnetwork is specified, the default network
|
neither the network nor the subnetwork is specified, the default network
|
||||||
global/networks/default is used; if the network is not specified but the
|
global/networks/default is used; if the network is not specified but the
|
||||||
subnetwork is specified, the network is inferred.
|
subnetwork is specified, the network is inferred.
|
||||||
- 'This field represents a link to a Network resource in GCP. It can be specified
|
- 'This field represents a link to a Network resource in GCP. It can be specified
|
||||||
|
@ -321,7 +321,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
subnetwork:
|
subnetwork:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_subnetwork resource.
|
- Reference to a VPC network.
|
||||||
- If the network resource is in legacy mode, do not provide this property.
|
- If the network resource is in legacy mode, do not provide this property.
|
||||||
If the network is in auto subnet mode, providing the subnetwork is optional.
|
If the network is in auto subnet mode, providing the subnetwork is optional.
|
||||||
If the network is in custom subnet mode, then this field should be specified.
|
If the network is in custom subnet mode, then this field should be specified.
|
||||||
|
@ -571,7 +571,7 @@ disks:
|
||||||
type: int
|
type: int
|
||||||
diskType:
|
diskType:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_disk_type resource.
|
- Reference to a disk type.
|
||||||
- Specifies the disk type to use to create the instance.
|
- Specifies the disk type to use to create the instance.
|
||||||
- If not specified, the default is pd-standard.
|
- If not specified, the default is pd-standard.
|
||||||
returned: success
|
returned: success
|
||||||
|
@ -622,8 +622,8 @@ disks:
|
||||||
type: str
|
type: str
|
||||||
source:
|
source:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_disk resource. When creating a new instance, one of
|
- Reference to a disk. When creating a new instance, one of initializeParams.sourceImage
|
||||||
initializeParams.sourceImage or disks.source is required.
|
or disks.source is required.
|
||||||
- If desired, you can also attach existing non-root persistent disks using this
|
- If desired, you can also attach existing non-root persistent disks using this
|
||||||
property. This field is only applicable for persistent disks.
|
property. This field is only applicable for persistent disks.
|
||||||
returned: success
|
returned: success
|
||||||
|
@ -716,7 +716,7 @@ networkInterfaces:
|
||||||
type: str
|
type: str
|
||||||
natIP:
|
natIP:
|
||||||
description:
|
description:
|
||||||
- Specifies the title of a gcompute_address.
|
- Reference to an address.
|
||||||
- An external IP address associated with this instance.
|
- An external IP address associated with this instance.
|
||||||
- Specify an unused static external IP address available to the project
|
- Specify an unused static external IP address available to the project
|
||||||
or leave this field undefined to use an IP from a shared ephemeral IP
|
or leave this field undefined to use an IP from a shared ephemeral IP
|
||||||
|
@ -760,10 +760,10 @@ networkInterfaces:
|
||||||
type: str
|
type: str
|
||||||
network:
|
network:
|
||||||
description:
|
description:
|
||||||
- Specifies the title of an existing gcompute_network. When creating an instance,
|
- Specifies the title of an existing network. When creating an instance, if
|
||||||
if neither the network nor the subnetwork is specified, the default network
|
neither the network nor the subnetwork is specified, the default network global/networks/default
|
||||||
global/networks/default is used; if the network is not specified but the subnetwork
|
is used; if the network is not specified but the subnetwork is specified,
|
||||||
is specified, the network is inferred.
|
the network is inferred.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
networkIP:
|
networkIP:
|
||||||
|
@ -775,7 +775,7 @@ networkInterfaces:
|
||||||
type: str
|
type: str
|
||||||
subnetwork:
|
subnetwork:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_subnetwork resource.
|
- Reference to a VPC network.
|
||||||
- If the network resource is in legacy mode, do not provide this property. If
|
- If the network resource is in legacy mode, do not provide this property. If
|
||||||
the network is in auto subnet mode, providing the subnetwork is optional.
|
the network is in auto subnet mode, providing the subnetwork is optional.
|
||||||
If the network is in custom subnet mode, then this field should be specified.
|
If the network is in custom subnet mode, then this field should be specified.
|
||||||
|
|
|
@ -168,7 +168,7 @@ items:
|
||||||
type: int
|
type: int
|
||||||
diskType:
|
diskType:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_disk_type resource.
|
- Reference to a disk type.
|
||||||
- Specifies the disk type to use to create the instance.
|
- Specifies the disk type to use to create the instance.
|
||||||
- If not specified, the default is pd-standard.
|
- If not specified, the default is pd-standard.
|
||||||
returned: success
|
returned: success
|
||||||
|
@ -220,8 +220,8 @@ items:
|
||||||
type: str
|
type: str
|
||||||
source:
|
source:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_disk resource. When creating a new instance, one
|
- Reference to a disk. When creating a new instance, one of initializeParams.sourceImage
|
||||||
of initializeParams.sourceImage or disks.source is required.
|
or disks.source is required.
|
||||||
- If desired, you can also attach existing non-root persistent disks using
|
- If desired, you can also attach existing non-root persistent disks using
|
||||||
this property. This field is only applicable for persistent disks.
|
this property. This field is only applicable for persistent disks.
|
||||||
returned: success
|
returned: success
|
||||||
|
@ -316,7 +316,7 @@ items:
|
||||||
type: str
|
type: str
|
||||||
natIP:
|
natIP:
|
||||||
description:
|
description:
|
||||||
- Specifies the title of a gcompute_address.
|
- Reference to an address.
|
||||||
- An external IP address associated with this instance.
|
- An external IP address associated with this instance.
|
||||||
- Specify an unused static external IP address available to the project
|
- Specify an unused static external IP address available to the project
|
||||||
or leave this field undefined to use an IP from a shared ephemeral
|
or leave this field undefined to use an IP from a shared ephemeral
|
||||||
|
@ -360,10 +360,10 @@ items:
|
||||||
type: str
|
type: str
|
||||||
network:
|
network:
|
||||||
description:
|
description:
|
||||||
- Specifies the title of an existing gcompute_network. When creating an
|
- Specifies the title of an existing network. When creating an instance,
|
||||||
instance, if neither the network nor the subnetwork is specified, the
|
if neither the network nor the subnetwork is specified, the default network
|
||||||
default network global/networks/default is used; if the network is not
|
global/networks/default is used; if the network is not specified but the
|
||||||
specified but the subnetwork is specified, the network is inferred.
|
subnetwork is specified, the network is inferred.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
networkIP:
|
networkIP:
|
||||||
|
@ -375,7 +375,7 @@ items:
|
||||||
type: str
|
type: str
|
||||||
subnetwork:
|
subnetwork:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_subnetwork resource.
|
- Reference to a VPC network.
|
||||||
- If the network resource is in legacy mode, do not provide this property.
|
- If the network resource is in legacy mode, do not provide this property.
|
||||||
If the network is in auto subnet mode, providing the subnetwork is optional.
|
If the network is in auto subnet mode, providing the subnetwork is optional.
|
||||||
If the network is in custom subnet mode, then this field should be specified.
|
If the network is in custom subnet mode, then this field should be specified.
|
||||||
|
|
|
@ -153,7 +153,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
disk_type:
|
disk_type:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_disk_type resource.
|
- Reference to a disk type.
|
||||||
- Specifies the disk type to use to create the instance.
|
- Specifies the disk type to use to create the instance.
|
||||||
- If not specified, the default is pd-standard.
|
- If not specified, the default is pd-standard.
|
||||||
required: false
|
required: false
|
||||||
|
@ -204,8 +204,8 @@ options:
|
||||||
- READ_ONLY
|
- READ_ONLY
|
||||||
source:
|
source:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_disk resource. When creating a new instance,
|
- Reference to a disk. When creating a new instance, one of initializeParams.sourceImage
|
||||||
one of initializeParams.sourceImage or disks.source is required.
|
or disks.source is required.
|
||||||
- If desired, you can also attach existing non-root persistent disks using
|
- If desired, you can also attach existing non-root persistent disks using
|
||||||
this property. This field is only applicable for persistent disks.
|
this property. This field is only applicable for persistent disks.
|
||||||
- Note that for InstanceTemplate, specify the disk name, not the URL for
|
- Note that for InstanceTemplate, specify the disk name, not the URL for
|
||||||
|
@ -226,7 +226,7 @@ options:
|
||||||
- PERSISTENT
|
- PERSISTENT
|
||||||
machine_type:
|
machine_type:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_machine_type resource.
|
- The machine type to use in the VM instance template.
|
||||||
required: true
|
required: true
|
||||||
min_cpu_platform:
|
min_cpu_platform:
|
||||||
description:
|
description:
|
||||||
|
@ -276,7 +276,7 @@ options:
|
||||||
required: true
|
required: true
|
||||||
nat_ip:
|
nat_ip:
|
||||||
description:
|
description:
|
||||||
- Specifies the title of a gcompute_address.
|
- Reference to an address.
|
||||||
- An external IP address associated with this instance.
|
- An external IP address associated with this instance.
|
||||||
- Specify an unused static external IP address available to the project
|
- Specify an unused static external IP address available to the project
|
||||||
or leave this field undefined to use an IP from a shared ephemeral
|
or leave this field undefined to use an IP from a shared ephemeral
|
||||||
|
@ -322,10 +322,10 @@ options:
|
||||||
required: false
|
required: false
|
||||||
network:
|
network:
|
||||||
description:
|
description:
|
||||||
- Specifies the title of an existing gcompute_network. When creating an
|
- Specifies the title of an existing network. When creating an instance,
|
||||||
instance, if neither the network nor the subnetwork is specified, the
|
if neither the network nor the subnetwork is specified, the default
|
||||||
default network global/networks/default is used; if the network is not
|
network global/networks/default is used; if the network is not specified
|
||||||
specified but the subnetwork is specified, the network is inferred.
|
but the subnetwork is specified, the network is inferred.
|
||||||
- 'This field represents a link to a Network resource in GCP. It can be
|
- 'This field represents a link to a Network resource in GCP. It can be
|
||||||
specified in two ways. First, you can place in the selfLink of the resource
|
specified in two ways. First, you can place in the selfLink of the resource
|
||||||
here as a string Alternatively, you can add `register: name-of-resource`
|
here as a string Alternatively, you can add `register: name-of-resource`
|
||||||
|
@ -340,7 +340,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
subnetwork:
|
subnetwork:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_subnetwork resource.
|
- Reference to a VPC network.
|
||||||
- If the network resource is in legacy mode, do not provide this property.
|
- If the network resource is in legacy mode, do not provide this property.
|
||||||
If the network is in auto subnet mode, providing the subnetwork is optional.
|
If the network is in auto subnet mode, providing the subnetwork is optional.
|
||||||
If the network is in custom subnet mode, then this field should be specified.
|
If the network is in custom subnet mode, then this field should be specified.
|
||||||
|
@ -582,7 +582,7 @@ properties:
|
||||||
type: int
|
type: int
|
||||||
diskType:
|
diskType:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_disk_type resource.
|
- Reference to a disk type.
|
||||||
- Specifies the disk type to use to create the instance.
|
- Specifies the disk type to use to create the instance.
|
||||||
- If not specified, the default is pd-standard.
|
- If not specified, the default is pd-standard.
|
||||||
returned: success
|
returned: success
|
||||||
|
@ -634,8 +634,8 @@ properties:
|
||||||
type: str
|
type: str
|
||||||
source:
|
source:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_disk resource. When creating a new instance, one
|
- Reference to a disk. When creating a new instance, one of initializeParams.sourceImage
|
||||||
of initializeParams.sourceImage or disks.source is required.
|
or disks.source is required.
|
||||||
- If desired, you can also attach existing non-root persistent disks using
|
- If desired, you can also attach existing non-root persistent disks using
|
||||||
this property. This field is only applicable for persistent disks.
|
this property. This field is only applicable for persistent disks.
|
||||||
- Note that for InstanceTemplate, specify the disk name, not the URL for
|
- Note that for InstanceTemplate, specify the disk name, not the URL for
|
||||||
|
@ -650,7 +650,7 @@ properties:
|
||||||
type: str
|
type: str
|
||||||
machineType:
|
machineType:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_machine_type resource.
|
- The machine type to use in the VM instance template.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
minCpuPlatform:
|
minCpuPlatform:
|
||||||
|
@ -707,7 +707,7 @@ properties:
|
||||||
type: str
|
type: str
|
||||||
natIP:
|
natIP:
|
||||||
description:
|
description:
|
||||||
- Specifies the title of a gcompute_address.
|
- Reference to an address.
|
||||||
- An external IP address associated with this instance.
|
- An external IP address associated with this instance.
|
||||||
- Specify an unused static external IP address available to the project
|
- Specify an unused static external IP address available to the project
|
||||||
or leave this field undefined to use an IP from a shared ephemeral
|
or leave this field undefined to use an IP from a shared ephemeral
|
||||||
|
@ -751,10 +751,10 @@ properties:
|
||||||
type: str
|
type: str
|
||||||
network:
|
network:
|
||||||
description:
|
description:
|
||||||
- Specifies the title of an existing gcompute_network. When creating an
|
- Specifies the title of an existing network. When creating an instance,
|
||||||
instance, if neither the network nor the subnetwork is specified, the
|
if neither the network nor the subnetwork is specified, the default network
|
||||||
default network global/networks/default is used; if the network is not
|
global/networks/default is used; if the network is not specified but the
|
||||||
specified but the subnetwork is specified, the network is inferred.
|
subnetwork is specified, the network is inferred.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
networkIP:
|
networkIP:
|
||||||
|
@ -766,7 +766,7 @@ properties:
|
||||||
type: str
|
type: str
|
||||||
subnetwork:
|
subnetwork:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_subnetwork resource.
|
- Reference to a VPC network.
|
||||||
- If the network resource is in legacy mode, do not provide this property.
|
- If the network resource is in legacy mode, do not provide this property.
|
||||||
If the network is in auto subnet mode, providing the subnetwork is optional.
|
If the network is in auto subnet mode, providing the subnetwork is optional.
|
||||||
If the network is in custom subnet mode, then this field should be specified.
|
If the network is in custom subnet mode, then this field should be specified.
|
||||||
|
|
|
@ -189,7 +189,7 @@ items:
|
||||||
type: int
|
type: int
|
||||||
diskType:
|
diskType:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_disk_type resource.
|
- Reference to a disk type.
|
||||||
- Specifies the disk type to use to create the instance.
|
- Specifies the disk type to use to create the instance.
|
||||||
- If not specified, the default is pd-standard.
|
- If not specified, the default is pd-standard.
|
||||||
returned: success
|
returned: success
|
||||||
|
@ -242,8 +242,8 @@ items:
|
||||||
type: str
|
type: str
|
||||||
source:
|
source:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_disk resource. When creating a new instance,
|
- Reference to a disk. When creating a new instance, one of initializeParams.sourceImage
|
||||||
one of initializeParams.sourceImage or disks.source is required.
|
or disks.source is required.
|
||||||
- If desired, you can also attach existing non-root persistent disks
|
- If desired, you can also attach existing non-root persistent disks
|
||||||
using this property. This field is only applicable for persistent
|
using this property. This field is only applicable for persistent
|
||||||
disks.
|
disks.
|
||||||
|
@ -259,7 +259,7 @@ items:
|
||||||
type: str
|
type: str
|
||||||
machineType:
|
machineType:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_machine_type resource.
|
- The machine type to use in the VM instance template.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
minCpuPlatform:
|
minCpuPlatform:
|
||||||
|
@ -319,7 +319,7 @@ items:
|
||||||
type: str
|
type: str
|
||||||
natIP:
|
natIP:
|
||||||
description:
|
description:
|
||||||
- Specifies the title of a gcompute_address.
|
- Reference to an address.
|
||||||
- An external IP address associated with this instance.
|
- An external IP address associated with this instance.
|
||||||
- Specify an unused static external IP address available to the
|
- Specify an unused static external IP address available to the
|
||||||
project or leave this field undefined to use an IP from a shared
|
project or leave this field undefined to use an IP from a shared
|
||||||
|
@ -365,10 +365,10 @@ items:
|
||||||
type: str
|
type: str
|
||||||
network:
|
network:
|
||||||
description:
|
description:
|
||||||
- Specifies the title of an existing gcompute_network. When creating
|
- Specifies the title of an existing network. When creating an instance,
|
||||||
an instance, if neither the network nor the subnetwork is specified,
|
if neither the network nor the subnetwork is specified, the default
|
||||||
the default network global/networks/default is used; if the network
|
network global/networks/default is used; if the network is not specified
|
||||||
is not specified but the subnetwork is specified, the network is inferred.
|
but the subnetwork is specified, the network is inferred.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
networkIP:
|
networkIP:
|
||||||
|
@ -380,7 +380,7 @@ items:
|
||||||
type: str
|
type: str
|
||||||
subnetwork:
|
subnetwork:
|
||||||
description:
|
description:
|
||||||
- Reference to a gcompute_subnetwork resource.
|
- Reference to a VPC network.
|
||||||
- If the network resource is in legacy mode, do not provide this property.
|
- If the network resource is in legacy mode, do not provide this property.
|
||||||
If the network is in auto subnet mode, providing the subnetwork is
|
If the network is in auto subnet mode, providing the subnetwork is
|
||||||
optional. If the network is in custom subnet mode, then this field
|
optional. If the network is in custom subnet mode, then this field
|
||||||
|
|
|
@ -209,8 +209,6 @@ options:
|
||||||
description:
|
description:
|
||||||
- The name of the Google Compute Engine network to which the cluster is connected.
|
- The name of the Google Compute Engine network to which the cluster is connected.
|
||||||
If left unspecified, the default network will be used.
|
If left unspecified, the default network will be used.
|
||||||
- To ensure it exists and it is operations, configure the network using 'gcompute_network'
|
|
||||||
resource.
|
|
||||||
required: false
|
required: false
|
||||||
cluster_ipv4_cidr:
|
cluster_ipv4_cidr:
|
||||||
description:
|
description:
|
||||||
|
@ -461,8 +459,6 @@ network:
|
||||||
description:
|
description:
|
||||||
- The name of the Google Compute Engine network to which the cluster is connected.
|
- The name of the Google Compute Engine network to which the cluster is connected.
|
||||||
If left unspecified, the default network will be used.
|
If left unspecified, the default network will be used.
|
||||||
- To ensure it exists and it is operations, configure the network using 'gcompute_network'
|
|
||||||
resource.
|
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
clusterIpv4Cidr:
|
clusterIpv4Cidr:
|
||||||
|
|
|
@ -240,8 +240,6 @@ items:
|
||||||
description:
|
description:
|
||||||
- The name of the Google Compute Engine network to which the cluster is connected.
|
- The name of the Google Compute Engine network to which the cluster is connected.
|
||||||
If left unspecified, the default network will be used.
|
If left unspecified, the default network will be used.
|
||||||
- To ensure it exists and it is operations, configure the network using 'gcompute_network'
|
|
||||||
resource.
|
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
clusterIpv4Cidr:
|
clusterIpv4Cidr:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue