Interface SourceInstanceParamsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SourceInstanceParams, SourceInstanceParams.Builder

    public interface SourceInstanceParamsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDiskConfigsList

        List<DiskInstantiationConfig> getDiskConfigsList()
         Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. 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;
      • getDiskConfigs

        DiskInstantiationConfig getDiskConfigs​(int index)
         Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. 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;
      • getDiskConfigsCount

        int getDiskConfigsCount()
         Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. 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;
      • getDiskConfigsOrBuilderList

        List<? extends DiskInstantiationConfigOrBuilder> getDiskConfigsOrBuilderList()
         Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. 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;
      • getDiskConfigsOrBuilder

        DiskInstantiationConfigOrBuilder getDiskConfigsOrBuilder​(int index)
         Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. 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;