Documentation
¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Package v1beta20210101storage contains API Schema definitions for the batch v1beta20210101storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=batch.azure.com
Index ¶
- Variables
- type AutoStorageBaseProperties
- type AutoStorageProperties_Status
- type BatchAccount
- func (account *BatchAccount) AzureName() string
- func (in *BatchAccount) DeepCopy() *BatchAccount
- func (in *BatchAccount) DeepCopyInto(out *BatchAccount)
- func (in *BatchAccount) DeepCopyObject() runtime.Object
- func (account BatchAccount) GetAPIVersion() string
- func (account *BatchAccount) GetConditions() conditions.Conditions
- func (account *BatchAccount) GetResourceKind() genruntime.ResourceKind
- func (account *BatchAccount) GetSpec() genruntime.ConvertibleSpec
- func (account *BatchAccount) GetStatus() genruntime.ConvertibleStatus
- func (account *BatchAccount) GetType() string
- func (account *BatchAccount) Hub()
- func (account *BatchAccount) NewEmptyStatus() genruntime.ConvertibleStatus
- func (account *BatchAccount) OriginalGVK() *schema.GroupVersionKind
- func (account *BatchAccount) Owner() *genruntime.ResourceReference
- func (account *BatchAccount) SetConditions(conditions conditions.Conditions)
- func (account *BatchAccount) SetStatus(status genruntime.ConvertibleStatus) error
- type BatchAccountIdentity
- type BatchAccountIdentity_Status
- type BatchAccountIdentity_Status_UserAssignedIdentities
- type BatchAccountList
- type BatchAccount_Status
- func (account *BatchAccount_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (account *BatchAccount_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *BatchAccount_Status) DeepCopy() *BatchAccount_Status
- func (in *BatchAccount_Status) DeepCopyInto(out *BatchAccount_Status)
- type BatchAccounts_Spec
- func (accounts *BatchAccounts_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (accounts *BatchAccounts_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *BatchAccounts_Spec) DeepCopy() *BatchAccounts_Spec
- func (in *BatchAccounts_Spec) DeepCopyInto(out *BatchAccounts_Spec)
- type EncryptionProperties
- type EncryptionProperties_Status
- type KeyVaultProperties
- type KeyVaultProperties_Status
- type KeyVaultReference
- type KeyVaultReference_Status
- type PrivateEndpointConnection_Status
- type PrivateEndpoint_Status
- type PrivateLinkServiceConnectionState_Status
- type VirtualMachineFamilyCoreQuota_Status
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "batch.azure.com", Version: "v1beta20210101storage"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type AutoStorageBaseProperties ¶
type AutoStorageBaseProperties struct {
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
// +kubebuilder:validation:Required
//StorageAccountReference: The resource ID of the storage account to be used for auto-storage account.
StorageAccountReference *genruntime.ResourceReference `armReference:"StorageAccountId" json:"storageAccountReference,omitempty"`
}
Storage version of v1beta20210101.AutoStorageBaseProperties Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/definitions/AutoStorageBaseProperties
func (*AutoStorageBaseProperties) DeepCopy ¶
func (in *AutoStorageBaseProperties) DeepCopy() *AutoStorageBaseProperties
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoStorageBaseProperties.
func (*AutoStorageBaseProperties) DeepCopyInto ¶
func (in *AutoStorageBaseProperties) DeepCopyInto(out *AutoStorageBaseProperties)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AutoStorageProperties_Status ¶
type AutoStorageProperties_Status struct {
LastKeySync *string `json:"lastKeySync,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
StorageAccountId *string `json:"storageAccountId,omitempty"`
}
Storage version of v1beta20210101.AutoStorageProperties_Status
func (*AutoStorageProperties_Status) DeepCopy ¶
func (in *AutoStorageProperties_Status) DeepCopy() *AutoStorageProperties_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoStorageProperties_Status.
func (*AutoStorageProperties_Status) DeepCopyInto ¶
func (in *AutoStorageProperties_Status) DeepCopyInto(out *AutoStorageProperties_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BatchAccount ¶
type BatchAccount struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec BatchAccounts_Spec `json:"spec,omitempty"`
Status BatchAccount_Status `json:"status,omitempty"`
}
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1beta20210101.BatchAccount Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts
func (*BatchAccount) AzureName ¶
func (account *BatchAccount) AzureName() string
AzureName returns the Azure name of the resource
func (*BatchAccount) DeepCopy ¶
func (in *BatchAccount) DeepCopy() *BatchAccount
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccount.
func (*BatchAccount) DeepCopyInto ¶
func (in *BatchAccount) DeepCopyInto(out *BatchAccount)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BatchAccount) DeepCopyObject ¶
func (in *BatchAccount) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (BatchAccount) GetAPIVersion ¶
func (account BatchAccount) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2021-01-01"
func (*BatchAccount) GetConditions ¶
func (account *BatchAccount) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*BatchAccount) GetResourceKind ¶
func (account *BatchAccount) GetResourceKind() genruntime.ResourceKind
GetResourceKind returns the kind of the resource
func (*BatchAccount) GetSpec ¶
func (account *BatchAccount) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*BatchAccount) GetStatus ¶
func (account *BatchAccount) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*BatchAccount) GetType ¶
func (account *BatchAccount) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.Batch/batchAccounts"
func (*BatchAccount) Hub ¶
func (account *BatchAccount) Hub()
Hub marks that this BatchAccount is the hub type for conversion
func (*BatchAccount) NewEmptyStatus ¶
func (account *BatchAccount) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*BatchAccount) OriginalGVK ¶
func (account *BatchAccount) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*BatchAccount) Owner ¶
func (account *BatchAccount) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner, or nil if there is no owner
func (*BatchAccount) SetConditions ¶
func (account *BatchAccount) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*BatchAccount) SetStatus ¶
func (account *BatchAccount) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type BatchAccountIdentity ¶
type BatchAccountIdentity struct {
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
Type *string `json:"type,omitempty"`
}
Storage version of v1beta20210101.BatchAccountIdentity Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/definitions/BatchAccountIdentity
func (*BatchAccountIdentity) DeepCopy ¶
func (in *BatchAccountIdentity) DeepCopy() *BatchAccountIdentity
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountIdentity.
func (*BatchAccountIdentity) DeepCopyInto ¶
func (in *BatchAccountIdentity) DeepCopyInto(out *BatchAccountIdentity)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BatchAccountIdentity_Status ¶
type BatchAccountIdentity_Status struct {
PrincipalId *string `json:"principalId,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
TenantId *string `json:"tenantId,omitempty"`
Type *string `json:"type,omitempty"`
UserAssignedIdentities map[string]BatchAccountIdentity_Status_UserAssignedIdentities `json:"userAssignedIdentities,omitempty"`
}
Storage version of v1beta20210101.BatchAccountIdentity_Status
func (*BatchAccountIdentity_Status) DeepCopy ¶
func (in *BatchAccountIdentity_Status) DeepCopy() *BatchAccountIdentity_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountIdentity_Status.
func (*BatchAccountIdentity_Status) DeepCopyInto ¶
func (in *BatchAccountIdentity_Status) DeepCopyInto(out *BatchAccountIdentity_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BatchAccountIdentity_Status_UserAssignedIdentities ¶
type BatchAccountIdentity_Status_UserAssignedIdentities struct {
ClientId *string `json:"clientId,omitempty"`
PrincipalId *string `json:"principalId,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}
Storage version of v1beta20210101.BatchAccountIdentity_Status_UserAssignedIdentities
func (*BatchAccountIdentity_Status_UserAssignedIdentities) DeepCopy ¶
func (in *BatchAccountIdentity_Status_UserAssignedIdentities) DeepCopy() *BatchAccountIdentity_Status_UserAssignedIdentities
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountIdentity_Status_UserAssignedIdentities.
func (*BatchAccountIdentity_Status_UserAssignedIdentities) DeepCopyInto ¶
func (in *BatchAccountIdentity_Status_UserAssignedIdentities) DeepCopyInto(out *BatchAccountIdentity_Status_UserAssignedIdentities)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BatchAccountList ¶
type BatchAccountList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
Items []BatchAccount `json:"items"`
}
+kubebuilder:object:root=true Storage version of v1beta20210101.BatchAccount Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts
func (*BatchAccountList) DeepCopy ¶
func (in *BatchAccountList) DeepCopy() *BatchAccountList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountList.
func (*BatchAccountList) DeepCopyInto ¶
func (in *BatchAccountList) DeepCopyInto(out *BatchAccountList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BatchAccountList) DeepCopyObject ¶
func (in *BatchAccountList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BatchAccount_Status ¶
type BatchAccount_Status struct {
AccountEndpoint *string `json:"accountEndpoint,omitempty"`
ActiveJobAndJobScheduleQuota *int `json:"activeJobAndJobScheduleQuota,omitempty"`
AutoStorage *AutoStorageProperties_Status `json:"autoStorage,omitempty"`
Conditions []conditions.Condition `json:"conditions,omitempty"`
DedicatedCoreQuota *int `json:"dedicatedCoreQuota,omitempty"`
DedicatedCoreQuotaPerVMFamily []VirtualMachineFamilyCoreQuota_Status `json:"dedicatedCoreQuotaPerVMFamily,omitempty"`
DedicatedCoreQuotaPerVMFamilyEnforced *bool `json:"dedicatedCoreQuotaPerVMFamilyEnforced,omitempty"`
Encryption *EncryptionProperties_Status `json:"encryption,omitempty"`
Id *string `json:"id,omitempty"`
Identity *BatchAccountIdentity_Status `json:"identity,omitempty"`
KeyVaultReference *KeyVaultReference_Status `json:"keyVaultReference,omitempty"`
Location *string `json:"location,omitempty"`
LowPriorityCoreQuota *int `json:"lowPriorityCoreQuota,omitempty"`
Name *string `json:"name,omitempty"`
PoolAllocationMode *string `json:"poolAllocationMode,omitempty"`
PoolQuota *int `json:"poolQuota,omitempty"`
PrivateEndpointConnections []PrivateEndpointConnection_Status `json:"privateEndpointConnections,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
ProvisioningState *string `json:"provisioningState,omitempty"`
PublicNetworkAccess *string `json:"publicNetworkAccess,omitempty"`
Tags map[string]string `json:"tags,omitempty"`
Type *string `json:"type,omitempty"`
}
Storage version of v1beta20210101.BatchAccount_Status
func (*BatchAccount_Status) ConvertStatusFrom ¶
func (account *BatchAccount_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our BatchAccount_Status from the provided source
func (*BatchAccount_Status) ConvertStatusTo ¶
func (account *BatchAccount_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our BatchAccount_Status
func (*BatchAccount_Status) DeepCopy ¶
func (in *BatchAccount_Status) DeepCopy() *BatchAccount_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccount_Status.
func (*BatchAccount_Status) DeepCopyInto ¶
func (in *BatchAccount_Status) DeepCopyInto(out *BatchAccount_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BatchAccounts_Spec ¶
type BatchAccounts_Spec struct {
AutoStorage *AutoStorageBaseProperties `json:"autoStorage,omitempty"`
// +kubebuilder:validation:MaxLength=24
// +kubebuilder:validation:MinLength=3
// +kubebuilder:validation:Pattern="^[a-zA-Z0-9]+$"
//AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
//doesn't have to be.
AzureName string `json:"azureName,omitempty"`
Encryption *EncryptionProperties `json:"encryption,omitempty"`
Identity *BatchAccountIdentity `json:"identity,omitempty"`
KeyVaultReference *KeyVaultReference `json:"keyVaultReference,omitempty"`
Location *string `json:"location,omitempty"`
OriginalVersion string `json:"originalVersion,omitempty"`
// +kubebuilder:validation:Required
//Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
//controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
//reference to a resources.azure.com/ResourceGroup resource
Owner *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"`
PoolAllocationMode *string `json:"poolAllocationMode,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
PublicNetworkAccess *string `json:"publicNetworkAccess,omitempty"`
Tags map[string]string `json:"tags,omitempty"`
}
Storage version of v1beta20210101.BatchAccounts_Spec
func (*BatchAccounts_Spec) ConvertSpecFrom ¶
func (accounts *BatchAccounts_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our BatchAccounts_Spec from the provided source
func (*BatchAccounts_Spec) ConvertSpecTo ¶
func (accounts *BatchAccounts_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our BatchAccounts_Spec
func (*BatchAccounts_Spec) DeepCopy ¶
func (in *BatchAccounts_Spec) DeepCopy() *BatchAccounts_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccounts_Spec.
func (*BatchAccounts_Spec) DeepCopyInto ¶
func (in *BatchAccounts_Spec) DeepCopyInto(out *BatchAccounts_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EncryptionProperties ¶
type EncryptionProperties struct {
KeySource *string `json:"keySource,omitempty"`
KeyVaultProperties *KeyVaultProperties `json:"keyVaultProperties,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}
Storage version of v1beta20210101.EncryptionProperties Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/definitions/EncryptionProperties
func (*EncryptionProperties) DeepCopy ¶
func (in *EncryptionProperties) DeepCopy() *EncryptionProperties
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionProperties.
func (*EncryptionProperties) DeepCopyInto ¶
func (in *EncryptionProperties) DeepCopyInto(out *EncryptionProperties)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EncryptionProperties_Status ¶
type EncryptionProperties_Status struct {
KeySource *string `json:"keySource,omitempty"`
KeyVaultProperties *KeyVaultProperties_Status `json:"keyVaultProperties,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}
Storage version of v1beta20210101.EncryptionProperties_Status
func (*EncryptionProperties_Status) DeepCopy ¶
func (in *EncryptionProperties_Status) DeepCopy() *EncryptionProperties_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionProperties_Status.
func (*EncryptionProperties_Status) DeepCopyInto ¶
func (in *EncryptionProperties_Status) DeepCopyInto(out *EncryptionProperties_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeyVaultProperties ¶
type KeyVaultProperties struct {
KeyIdentifier *string `json:"keyIdentifier,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}
Storage version of v1beta20210101.KeyVaultProperties Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/definitions/KeyVaultProperties
func (*KeyVaultProperties) DeepCopy ¶
func (in *KeyVaultProperties) DeepCopy() *KeyVaultProperties
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultProperties.
func (*KeyVaultProperties) DeepCopyInto ¶
func (in *KeyVaultProperties) DeepCopyInto(out *KeyVaultProperties)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeyVaultProperties_Status ¶
type KeyVaultProperties_Status struct {
KeyIdentifier *string `json:"keyIdentifier,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}
Storage version of v1beta20210101.KeyVaultProperties_Status
func (*KeyVaultProperties_Status) DeepCopy ¶
func (in *KeyVaultProperties_Status) DeepCopy() *KeyVaultProperties_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultProperties_Status.
func (*KeyVaultProperties_Status) DeepCopyInto ¶
func (in *KeyVaultProperties_Status) DeepCopyInto(out *KeyVaultProperties_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeyVaultReference ¶
type KeyVaultReference struct {
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
// +kubebuilder:validation:Required
//Reference: The resource ID of the Azure key vault associated with the Batch account.
Reference *genruntime.ResourceReference `armReference:"Id" json:"reference,omitempty"`
Url *string `json:"url,omitempty"`
}
Storage version of v1beta20210101.KeyVaultReference Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/definitions/KeyVaultReference
func (*KeyVaultReference) DeepCopy ¶
func (in *KeyVaultReference) DeepCopy() *KeyVaultReference
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultReference.
func (*KeyVaultReference) DeepCopyInto ¶
func (in *KeyVaultReference) DeepCopyInto(out *KeyVaultReference)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeyVaultReference_Status ¶
type KeyVaultReference_Status struct {
Id *string `json:"id,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
Url *string `json:"url,omitempty"`
}
Storage version of v1beta20210101.KeyVaultReference_Status
func (*KeyVaultReference_Status) DeepCopy ¶
func (in *KeyVaultReference_Status) DeepCopy() *KeyVaultReference_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultReference_Status.
func (*KeyVaultReference_Status) DeepCopyInto ¶
func (in *KeyVaultReference_Status) DeepCopyInto(out *KeyVaultReference_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PrivateEndpointConnection_Status ¶
type PrivateEndpointConnection_Status struct {
Etag *string `json:"etag,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
PrivateEndpoint *PrivateEndpoint_Status `json:"privateEndpoint,omitempty"`
PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState_Status `json:"privateLinkServiceConnectionState,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
ProvisioningState *string `json:"provisioningState,omitempty"`
Type *string `json:"type,omitempty"`
}
Storage version of v1beta20210101.PrivateEndpointConnection_Status
func (*PrivateEndpointConnection_Status) DeepCopy ¶
func (in *PrivateEndpointConnection_Status) DeepCopy() *PrivateEndpointConnection_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpointConnection_Status.
func (*PrivateEndpointConnection_Status) DeepCopyInto ¶
func (in *PrivateEndpointConnection_Status) DeepCopyInto(out *PrivateEndpointConnection_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PrivateEndpoint_Status ¶
type PrivateEndpoint_Status struct {
Id *string `json:"id,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}
Storage version of v1beta20210101.PrivateEndpoint_Status
func (*PrivateEndpoint_Status) DeepCopy ¶
func (in *PrivateEndpoint_Status) DeepCopy() *PrivateEndpoint_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpoint_Status.
func (*PrivateEndpoint_Status) DeepCopyInto ¶
func (in *PrivateEndpoint_Status) DeepCopyInto(out *PrivateEndpoint_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PrivateLinkServiceConnectionState_Status ¶
type PrivateLinkServiceConnectionState_Status struct {
ActionRequired *string `json:"actionRequired,omitempty"`
Description *string `json:"description,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
Status *string `json:"status,omitempty"`
}
Storage version of v1beta20210101.PrivateLinkServiceConnectionState_Status
func (*PrivateLinkServiceConnectionState_Status) DeepCopy ¶
func (in *PrivateLinkServiceConnectionState_Status) DeepCopy() *PrivateLinkServiceConnectionState_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateLinkServiceConnectionState_Status.
func (*PrivateLinkServiceConnectionState_Status) DeepCopyInto ¶
func (in *PrivateLinkServiceConnectionState_Status) DeepCopyInto(out *PrivateLinkServiceConnectionState_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VirtualMachineFamilyCoreQuota_Status ¶
type VirtualMachineFamilyCoreQuota_Status struct {
CoreQuota *int `json:"coreQuota,omitempty"`
Name *string `json:"name,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}
Storage version of v1beta20210101.VirtualMachineFamilyCoreQuota_Status
func (*VirtualMachineFamilyCoreQuota_Status) DeepCopy ¶
func (in *VirtualMachineFamilyCoreQuota_Status) DeepCopy() *VirtualMachineFamilyCoreQuota_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualMachineFamilyCoreQuota_Status.
func (*VirtualMachineFamilyCoreQuota_Status) DeepCopyInto ¶
func (in *VirtualMachineFamilyCoreQuota_Status) DeepCopyInto(out *VirtualMachineFamilyCoreQuota_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.