Uses of Class
co.yellowdog.platform.model.AzureInstancesComputeSource.Builder
Packages that use AzureInstancesComputeSource.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AzureInstancesComputeSource.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return AzureInstancesComputeSource.BuilderModifier and TypeMethodDescriptionAzureInstancesComputeSource.Builder.adminUserCredential
(String adminUserCredential) AzureInstancesComputeSource.Builder.assignPublicIp
(Boolean assignPublicIp) AzureInstancesComputeSource.builder()
AzureInstancesComputeSource.Builder.clearInstanceTags()
AzureInstancesComputeSource.Builder.createProximityPlacementGroup
(Boolean createProximityPlacementGroup) AzureInstancesComputeSource.Builder.credential
(String credential) AzureInstancesComputeSource.Builder.environment
(String environment) AzureInstancesComputeSource.Builder.instanceTag
(String instanceTagKey, String instanceTagValue) AzureInstancesComputeSource.Builder.instanceTags
(Map<? extends String, ? extends String> instanceTags) AzureInstancesComputeSource.Builder.limit
(int limit) AzureInstancesComputeSource.Builder.networkName
(String networkName) AzureInstancesComputeSource.Builder.networkResourceGroupName
(String networkResourceGroupName) AzureInstancesComputeSource.Builder.spotMaxPrice
(Double spotMaxPrice) AzureInstancesComputeSource.Builder.subnetName
(String subnetName) AzureInstancesComputeSource.toBuilder()
AzureInstancesComputeSource.Builder.useAcceleratedNetworking
(Boolean useAcceleratedNetworking)