mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-05-03 00:11:27 -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
|
@ -153,7 +153,7 @@ options:
|
|||
required: false
|
||||
disk_type:
|
||||
description:
|
||||
- Reference to a gcompute_disk_type resource.
|
||||
- Reference to a disk type.
|
||||
- Specifies the disk type to use to create the instance.
|
||||
- If not specified, the default is pd-standard.
|
||||
required: false
|
||||
|
@ -204,8 +204,8 @@ options:
|
|||
- READ_ONLY
|
||||
source:
|
||||
description:
|
||||
- Reference to a gcompute_disk resource. When creating a new instance,
|
||||
one of initializeParams.sourceImage or disks.source is required.
|
||||
- Reference to a disk. When creating a new instance, one of initializeParams.sourceImage
|
||||
or disks.source is required.
|
||||
- If desired, you can also attach existing non-root persistent disks using
|
||||
this property. This field is only applicable for persistent disks.
|
||||
- Note that for InstanceTemplate, specify the disk name, not the URL for
|
||||
|
@ -226,7 +226,7 @@ options:
|
|||
- PERSISTENT
|
||||
machine_type:
|
||||
description:
|
||||
- Reference to a gcompute_machine_type resource.
|
||||
- The machine type to use in the VM instance template.
|
||||
required: true
|
||||
min_cpu_platform:
|
||||
description:
|
||||
|
@ -276,7 +276,7 @@ options:
|
|||
required: true
|
||||
nat_ip:
|
||||
description:
|
||||
- Specifies the title of a gcompute_address.
|
||||
- Reference to an address.
|
||||
- An external IP address associated with this instance.
|
||||
- Specify an unused static external IP address available to the project
|
||||
or leave this field undefined to use an IP from a shared ephemeral
|
||||
|
@ -322,10 +322,10 @@ options:
|
|||
required: false
|
||||
network:
|
||||
description:
|
||||
- Specifies the title of an existing gcompute_network. When creating an
|
||||
instance, if neither the network nor the subnetwork is specified, the
|
||||
default network global/networks/default is used; if the network is not
|
||||
specified but the subnetwork is specified, the network is inferred.
|
||||
- Specifies the title of an existing network. When creating an instance,
|
||||
if neither the network nor the subnetwork is specified, the default
|
||||
network global/networks/default is used; if the network is not specified
|
||||
but the subnetwork is specified, the network is inferred.
|
||||
- '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
|
||||
here as a string Alternatively, you can add `register: name-of-resource`
|
||||
|
@ -340,7 +340,7 @@ options:
|
|||
required: false
|
||||
subnetwork:
|
||||
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 is in auto subnet mode, providing the subnetwork is optional.
|
||||
If the network is in custom subnet mode, then this field should be specified.
|
||||
|
@ -582,7 +582,7 @@ properties:
|
|||
type: int
|
||||
diskType:
|
||||
description:
|
||||
- Reference to a gcompute_disk_type resource.
|
||||
- Reference to a disk type.
|
||||
- Specifies the disk type to use to create the instance.
|
||||
- If not specified, the default is pd-standard.
|
||||
returned: success
|
||||
|
@ -634,8 +634,8 @@ properties:
|
|||
type: str
|
||||
source:
|
||||
description:
|
||||
- Reference to a gcompute_disk resource. When creating a new instance, one
|
||||
of initializeParams.sourceImage or disks.source is required.
|
||||
- Reference to a disk. When creating a new instance, one of initializeParams.sourceImage
|
||||
or disks.source is required.
|
||||
- If desired, you can also attach existing non-root persistent disks using
|
||||
this property. This field is only applicable for persistent disks.
|
||||
- Note that for InstanceTemplate, specify the disk name, not the URL for
|
||||
|
@ -650,7 +650,7 @@ properties:
|
|||
type: str
|
||||
machineType:
|
||||
description:
|
||||
- Reference to a gcompute_machine_type resource.
|
||||
- The machine type to use in the VM instance template.
|
||||
returned: success
|
||||
type: str
|
||||
minCpuPlatform:
|
||||
|
@ -707,7 +707,7 @@ properties:
|
|||
type: str
|
||||
natIP:
|
||||
description:
|
||||
- Specifies the title of a gcompute_address.
|
||||
- Reference to an address.
|
||||
- An external IP address associated with this instance.
|
||||
- Specify an unused static external IP address available to the project
|
||||
or leave this field undefined to use an IP from a shared ephemeral
|
||||
|
@ -751,10 +751,10 @@ properties:
|
|||
type: str
|
||||
network:
|
||||
description:
|
||||
- Specifies the title of an existing gcompute_network. When creating an
|
||||
instance, if neither the network nor the subnetwork is specified, the
|
||||
default network global/networks/default is used; if the network is not
|
||||
specified but the subnetwork is specified, the network is inferred.
|
||||
- Specifies the title of an existing network. When creating an instance,
|
||||
if neither the network nor the subnetwork is specified, the default network
|
||||
global/networks/default is used; if the network is not specified but the
|
||||
subnetwork is specified, the network is inferred.
|
||||
returned: success
|
||||
type: str
|
||||
networkIP:
|
||||
|
@ -766,7 +766,7 @@ properties:
|
|||
type: str
|
||||
subnetwork:
|
||||
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 is in auto subnet mode, providing the subnetwork is optional.
|
||||
If the network is in custom subnet mode, then this field should be specified.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue