Uses of Interface
com.google.cloud.compute.v1.SourceInstanceParamsOrBuilder
-
Packages that use SourceInstanceParamsOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SourceInstanceParamsOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement SourceInstanceParamsOrBuilder Modifier and Type Class Description class
SourceInstanceParams
A specification of the parameters to use when creating the instance template from a source instance.static class
SourceInstanceParams.Builder
A specification of the parameters to use when creating the instance template from a source instance.Methods in com.google.cloud.compute.v1 that return SourceInstanceParamsOrBuilder Modifier and Type Method Description SourceInstanceParamsOrBuilder
InstanceTemplate.Builder. getSourceInstanceParamsOrBuilder()
The source instance params to use to create this instance template.SourceInstanceParamsOrBuilder
InstanceTemplate. getSourceInstanceParamsOrBuilder()
The source instance params to use to create this instance template.SourceInstanceParamsOrBuilder
InstanceTemplateOrBuilder. getSourceInstanceParamsOrBuilder()
The source instance params to use to create this instance template.
-