Uses of Class
com.exoscale.sdk.model.Instance
Packages that use Instance
-
Uses of Instance in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api that return InstanceModifier and TypeMethodDescriptionExoscaleApi.getInstance(UUID id) Retrieve Compute instance details -
Uses of Instance in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return InstanceModifier and TypeMethodDescriptionInstance.addAntiAffinityGroupsItem(AntiAffinityGroupRef antiAffinityGroupsItem) Instance.addElasticIpsItem(ElasticIpRef elasticIpsItem) Instance.addPrivateNetworksItem(ListInstances200ResponseInstancesInnerPrivateNetworksInner privateNetworksItem) Instance.addSecurityGroupsItem(SecurityGroupRef securityGroupsItem) Instance.addSnapshotsItem(SnapshotRef snapshotsItem) Instance.addSshKeysItem(SshKey sshKeysItem) Instance.antiAffinityGroups(List<AntiAffinityGroupRef> antiAffinityGroups) Instance.applicationConsistentSnapshotEnabled(Boolean applicationConsistentSnapshotEnabled) Instance.deployTarget(DeployTargetRef deployTarget) Instance.elasticIps(List<ElasticIpRef> elasticIps) DetachInstanceFromPrivateNetworkRequest.getInstance()Get instanceSnapshot.getInstance()Get instanceInstance.instanceType(InstanceType instanceType) Instance.privateNetworks(List<ListInstances200ResponseInstancesInnerPrivateNetworksInner> privateNetworks) Instance.publicIpAssignment(PublicIpAssignment publicIpAssignment) Instance.putLabelsItem(String key, String labelsItem) Instance.securebootEnabled(Boolean securebootEnabled) Instance.securityGroups(List<SecurityGroupRef> securityGroups) Instance.snapshots(List<SnapshotRef> snapshots) Instance.state(InstanceState state) Instance.tpmEnabled(Boolean tpmEnabled) Methods in com.exoscale.sdk.model that return types with arguments of type InstanceMethods in com.exoscale.sdk.model with parameters of type InstanceModifier and TypeMethodDescriptionvoidDetachInstanceFromPrivateNetworkRequest.setInstance(Instance instance) voidSnapshot.setInstance(Instance instance) Constructor parameters in com.exoscale.sdk.model with type arguments of type Instance