Uses of Class
org.jclouds.googlecomputeengine.domain.NewInstance.Builder
-
Packages that use NewInstance.Builder Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of NewInstance.Builder in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return NewInstance.Builder Modifier and Type Method Description NewInstance.Builder
NewInstance.Builder. canIpForward(Boolean canIpForward)
NewInstance.Builder
NewInstance.Builder. description(String description)
NewInstance.Builder
NewInstance.Builder. metadata(Metadata metadata)
NewInstance.Builder
NewInstance.Builder. scheduling(Instance.Scheduling scheduling)
NewInstance.Builder
NewInstance.Builder. serviceAccounts(List<Instance.ServiceAccount> serviceAccounts)
A list of service accounts, with their specified scopes, authorized for this instance.NewInstance.Builder
NewInstance.Builder. tags(Tags tags)
-