public interface SourceInstanceParamsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDiskConfigs(int index)
public abstract DiskInstantiationConfig getDiskConfigs(int index)Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, new custom images will be created from each disk. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
repeated .google.cloud.compute.v1.DiskInstantiationConfig disk_configs = 235580623;
| Name | Description |
| index | int |
| Type | Description |
| DiskInstantiationConfig |
getDiskConfigsCount()
public abstract int getDiskConfigsCount()Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, new custom images will be created from each disk. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
repeated .google.cloud.compute.v1.DiskInstantiationConfig disk_configs = 235580623;
| Type | Description |
| int |
getDiskConfigsList()
public abstract List<DiskInstantiationConfig> getDiskConfigsList()Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, new custom images will be created from each disk. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
repeated .google.cloud.compute.v1.DiskInstantiationConfig disk_configs = 235580623;
| Type | Description |
| List<DiskInstantiationConfig> |
getDiskConfigsOrBuilder(int index)
public abstract DiskInstantiationConfigOrBuilder getDiskConfigsOrBuilder(int index)Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, new custom images will be created from each disk. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
repeated .google.cloud.compute.v1.DiskInstantiationConfig disk_configs = 235580623;
| Name | Description |
| index | int |
| Type | Description |
| DiskInstantiationConfigOrBuilder |
getDiskConfigsOrBuilderList()
public abstract List<? extends DiskInstantiationConfigOrBuilder> getDiskConfigsOrBuilderList()Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, new custom images will be created from each disk. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
repeated .google.cloud.compute.v1.DiskInstantiationConfig disk_configs = 235580623;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.DiskInstantiationConfigOrBuilder> |